Get the visitor attributes JSON schema for an adaptive content site
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
Responses
200
The JSON schema that defines the attributes expected from a visitor of the Adaptive content site.
application/json
objectstring · enumRequiredPossible values:
updatedAtstring · date-timeRequired
When the adaptive schema was updated.
404
No visitor attributes schema found for the site.
application/json
default
Unexpected Error
application/json
get/orgs/{organizationId}/sites/{siteId}/adaptive-schema
Last updated
Was this helpful?