environments
Get all environments
This method allows to retrieve all environments stored in selected project.
get/environment/{code}
Path parameters
codestring required
Code of project, where to search entities.
Query parameters
searchstring
A search string. Will return all environments with titles containing provided string.
slugstring
A search string. Will return all environments with slugs equal to provided string.
limitinteger
A number of entities in result set.
offsetinteger
How many entities should be skipped.
Response
A list of all environments.