Waiting for engine...
Skip to main content

environments

Returns all environments.

Input Parameters: None.

Response: Array of Environment objects with gateway associations and configuration settings.

Example Request:

query {
environments {
id,
name,
publishedName,
classification,
gateway {
id,
name
},
settings {
restPath,
soapPath,
graphQLPath
}
}
}

environments: [Environment!]!

Type

Environment object event-streams-query

On this Page