Get an integration space installation
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
integrationNamestring · max: 100RequiredPattern:
Name of the integration.
^[a-zA-Z0-9-_.]+$installationIdstringRequired
Identifier of the installation
spaceIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$Query parameters
extendedbooleanOptionalDefault:
If true, returns the space object in each items. If false, returns the space ID in each items.
falseResponses
200
Integration space installation
application/json
Base properties of an installation of an integration on a site or space.
integrationstringRequired
Unique name identifier of the integration
installationstringRequired
ID of the integration installation
statusstring · enumRequiredPossible values:
configurationobjectRequired
Configuration of the integration for this site
externalIdsstring[] · max: 5Required
External IDs assigned by the integration.
spaceone ofRequired
The space the integration is installed on. Using the string value is deprecated in favor of space.id
stringOptional
404
Not Found
application/json
get/integrations/{integrationName}/installations/{installationId}/spaces/{spaceId}
Last updated
Was this helpful?