Skip to content

Page search

POST
/web-pages/draft/drafts/{draftId}/pages/_search
Required scope: viskan:draft:read

Gets information about a page including variable values.

Parameters

Path parameters

draftId  string
Format: uuid
The identifier of the draft.

Query parameters

categoryId  string
Format: uuid
ID of a category. This or path must be provided.
path  string
URL path for this page. This or categoryId must be provided.
contentLocaleId  string
Format: uuid
The content locale of the page. This or countryCode and languageCode combination must be provided.
countryCode  string
Country code (in ISO 3166-1 alpha-2 format) of the page. This or contentLocaleId must be provided.
languageCode  string
Language code (in ISO 639-1 format) of the page. This or contentLocaleId must be provided.

Response

The page and its variable values.