Get an XML report of deployments
GET /api
Also reachable at /api, /api.
Path Parameters
spaceIdstring (required)
The ID of the space containing the resource(s).
Query Parameters
environmentIdstring
An Environment ID, to limit the set of Deployments to deployed to a particular Environment. Example: Environments-1.fromCompletedTimestring
A date/time, to limit the set of Deployments to those which completed after a given moment. Example: 2000-01-01T01<23>23>. Formatdate-time.fromStartTimestring
A date/time, to limit the set of Deployments to those which started after a given moment. Example: 2000-01-01T01<23>23>. Formatdate-time.projectIdstring
A Project ID, to limit the set of Deployments to those from a particular Project. Example: Projects-1.toCompletedTimestring
A date/time, to limit the set of Deployments to those which completed before a given moment. Example: 2000-01-01T01<23>23>. Formatdate-time.toStartTimestring
A date/time, to limit the set of Deployments to those which started before a given moment. Example: 2000-01-01T01<23>23>. Formatdate-time.
Response
200 — Success
Example Response
JSON
"string"