Pages

Resolve a page by slug

get/api/pages/resolve

Query parameters

slugstring required
agentIdstring

Response

Resolved page row

idstring required
keystring required

Non-unique asset directory namespace (for example shared/ or personal/<user-id>/drafts/). Runtime write boundaries normalize and validate the canonical form.

agentIdstring required
slugstring required
titlestring required
descriptionstring
contentType'text/html' | 'application/json' required
authMode'public' | 'authed' | 'password' required
passwordHashstring
bodystring required
needsCredentialsstring[]
viewCountinteger
createdAtstring required
updatedAtstring required
favoriteboolean
api_urlstring required
app_urlstring required

Changes

Changed in 3 of the 104 revisions of this API.13

    • added the media type application/json for the response with the status

      response-media-type-added

    • added the media type application/json for the response with the status

      response-media-type-added

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation