List Pages

List of all pages for a site.

Required scope | pages:read

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

site_idstringRequiredformat: "objectid"
Unique identifier for a Site

Query parameters

localeIdstringOptional

Unique identifier for a specific Locale.

Lear more about localization.

limitdoubleOptional

Maximum number of records to be returned (max limit: 100)

offsetdoubleOptional
Offset used for pagination if the results have more than limit records
createdOnobjectOptional

Filter by the creation date of the page(s)

lastUpdatedobjectOptional

Filter by the last updated date of the page(s)

sortByenumOptional

Sort results by the provided value. Defaults to createdOn if not provided.

Allowed values:
sortOrderenumOptional
Sorts the results by asc or desc
Allowed values:

Response

Request was successful
pageslist of objects or null
paginationobject or null
Pagination object

Errors