GET
/
o
/
{organisation_id}
/
connections
/
{connection_id}
/
environments

Authorizations

cookie
string
cookierequired

Cookie authentication used by the Versori Platform.

Path Parameters

organisation_id
string
required
connection_id
string
required

ID is the unique identifier of the Connection.

Query Parameters

first
integer
default: 20
after
string
before
string

Response

200 - application/json

ConnectionEnvironmentPage defines a page of Environment summaries.

totalCount
integer
required
next
string
prev
string
items
object[]
items.id
string
required

ID is the unique identifier of the Environment. Typically this is only used internally and most (if not all) public-facing APIs will use the name in combination with the Connection's id instead.

items.name
string
required

Name is the name of the Environment.

items.slug
string

Slug is the kebab-case name of the Environment.

items.createdAt
string
required

CreatedAt is the time the Environment was created.

items.updatedAt
string
required

UpdatedAt is the time the Environment was last updated.