This method returns a JSON array representation of the elements of the change type. You can specify how the response JSON is formatted with the "format" parameter.
Request
GET http://{hostname}:{port}
/changes/?{parameters}
Accept: application/json
Table 1. Request parameters| Parameter |
Type |
Required |
Description |
| format |
string |
false |
One of the format options; this parameter determines what information is included in the JSON response. If not specified, or if an unrecognized value is specified, the default format of "list" will be used. |
For the
format parameter, use one of the following format options:
- list
- Primary properties and application, initiative, release, type and with related integration information
- detail
- Identical to 'list' format
- externalIntegrationDetails
- Primary properties and integration information
For details about the full JSON that the server returns when you select one of these formats, see the related resource:
changes resource.
Content types
This command returns the following content types. Specify the content type that you are accepting in the header of the request.