v1

latestOpenAPI 3.0.0Apache 2.02026-07-2483101116.9 KB
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.

statusboolean