Environments
Get a list of Environments
Lists the name and ID of all of the environments in the supplied Space. The results will be sorted by the SortOrder field on each environment.
get/environments/all
Query parameters
channelIdstring
A Channel Id used to filter a query.
idsstring[]
A comma separated list of Deployment Environment resource ids used to filter a query.
projectIdstring
A project Id used to filter a query.
Response
Requested list of Environments
Example response
[
{
"SpaceId": "Spaces-1"
}
]Changes
No recorded changes to this endpoint across all 6 revisions of this API.