List the ID and name of all release elements in JSON format

Returns a JSON array of JSON objects containing the IDs and names of all release elements. This is equivalent to GET /release/?format=name. Note that for element types that do not have a "name" property, the "list" format will be used instead.

Request

GET http://{hostname}:{port}
  /releases/name
Accept: application/json
Table 1. Header parameters
Parameter Type Required Description
Accept application/json true  

Feedback