Environments
List environments available for a project.
get/{spaceId}/projects/{projectId}/environments
Path parameters
spaceIdstring required
The ID of the space containing the resource(s).
projectIdstring required
The ID of the project.
Query parameters
partialNamestring
Filters the environments by partial name fragment.
skipinteger required
Number of items to skip. Defaults to zero
takeinteger required
Number of items to take. Defaults to 30
typestring[]
Filters the environments by EnvironmentType
Response
Success
Example response
{
"Items": [
{
"Id": "Environments-1",
"SpaceId": "Spaces-1"
}
]
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.