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
Was this topic helpful?