Skip to content

REST: Environments related API

bugzmanov edited this page Aug 1, 2012 · 29 revisions

List existing environments

Path: /rest/projects/(projectId)/envs

Type: GET

Request parameters

Entry name Type Mandatory Description
id int Y Id of the project
name String Y Name of the project
description String Y Description of the project
projectManager String Y Person responsible for the project

Environments related API

List existing environments

Path: /rest/projects/(projectId)/envs
Type: GET
Path parameters

Parameter Type Description
projectId Number project id of the project envs belong to

Request parameters

Parameter Type Mandatory Description
filter String N Sets filter's values. Currently possible filtering on the status of the environment. Example: filter=statuses[Destroyed,Broken]

Example: filter=statuses[Destroyed,Broken]

Clone this wiki locally