Docs

Get Public Schema

GET /documents/public/{token}/schema

GET/documents/public/{token}/schema

Required Tokens

No authentication required. This is a public endpoint — anyone with the link token can call it.

Returns the entity schema for the event associated with the public link. Identical in shape to the authenticated GET /documents/schema response — lists all queryable entities with their properties, navigations, collections, and dynamic property bags resolved for the event.

The event scope is derived from the document the token points to, not from an auth token.

Path Parameters

FieldTypeRequiredDescription
tokenstringOptionalThe URL-safe token from the public link.

Response

Returns IEnumerable<GetSchemaResponse> — same shape as the authenticated schema endpoint. See Get Schema for the full response structure.