List Deployments
List Deployments in an Organization.
Bearer authentication of the form Bearer <token>, where token is your auth token.
A list of field names to sort by, and whether to show results as ascending or descending. Formatted as <fieldName>:asc or <fieldName>:desc.
A list of IDs for Deployments to show. The API returns details only for the specified Deployments.
deploymentIds. For example, deployments?deploymentIds=deploymentId1&deploymentIds=deploymentId2