Deployments List
GET {{baseUrl}}/deployments/?MinDate=2014-12-31&MaxDate=2014-12-31&TargetEnvironmentKey=
Returns a list of deployments ordered by creation date, from newest to oldest.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
MinDate | string | The minimum creation date of the deployments to return. The default value is 1 week before the current date. | |
MaxDate | string | The maximum creation date of the deployments to return. The default value is the current date. | |
TargetEnvironmentKey | null | The key of the target environment to return the deployments from. If the user does not have access to the environment, the list returned will be empty. If no environment key is passed, the list will not be filtered by any target environment. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"Key":"","SourceEnvironmentKey":"","TargetEnvironmentKey":"","Notes":"","CreatedOn":"2014-12-31T23:59:59.938Z","CreatedBy":"","CreatedByUsername":"","SavedOn":"2014-12-31T23:59:59.938Z","SavedBy":"","SavedByUsername":"","StartedOn":"2014-12-31T23:59:59.938Z","StartedBy":"","StartedByUsername":"","AbortedOn":"2014-12-31T23:59:59.938Z","AbortedBy":"","AbortedByUsername":"","ApplicationOperations":[{"ApplicationKey":"","ApplicationVersionKey":"","DeploymentOperation":"","DeploymentZoneKey":""},{"ApplicationKey":"","ApplicationVersionKey":"","DeploymentOperation":"","DeploymentZoneKey":""}]},{"Key":"","SourceEnvironmentKey":"","TargetEnvironmentKey":"","Notes":"","CreatedOn":"2014-12-31T23:59:59.938Z","CreatedBy":"","CreatedByUsername":"","SavedOn":"2014-12-31T23:59:59.938Z","SavedBy":"","SavedByUsername":"","StartedOn":"2014-12-31T23:59:59.938Z","StartedBy":"","StartedByUsername":"","AbortedOn":"2014-12-31T23:59:59.938Z","AbortedBy":"","AbortedByUsername":"","ApplicationOperations":[{"ApplicationKey":"","ApplicationVersionKey":"","DeploymentOperation":"","DeploymentZoneKey":""},{"ApplicationKey":"","ApplicationVersionKey":"","DeploymentOperation":"","DeploymentZoneKey":""}]}]