Get a context record
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$siteIdstringRequired
The unique id of the site
siteContextRecordIdstringRequired
The unique id of the context record
Responses
200
OK
application/json
objectstring · enumRequiredPossible values:
idstringRequired
The ID of the record
titlestring · min: 1 · max: 256Required
Title for the context record
descriptionstring · max: 512Optional
Optional short description of the context record
typestring · enumRequiredPossible values:
createdAtstring · date-timeRequired
processedAtstring · date-timeOptional
connectionstringRequired
The connection ID associated with the record
connectorone ofRequired
The connector type associated with the record
stringOptionalPattern:
Integration source
^integration:[^:]+$string · enumOptionalPossible values:
Builtin sources
topicsstring[]Optional
The associated topics of the record
get/orgs/{organizationId}/sites/{siteId}/context-records/{siteContextRecordId}
200
OK
Last updated
Was this helpful?