Parameter | Type | Default | Description |
---|---|---|---|
per_page | integer | 100 | Number of results to be returned per request (100 is the maximum) |
page_no | integer | 1 | Number of results page |
with_archived | boolean | false | When true, also archived records will be returned |
only_archived | boolean | false | When true, only archived records will be returned |
status | string | null | When present, only records of given status will be returned |
sort_by | string[] | null | See: Sorting params |
sort_directions | string[] | null | See: Sorting params |
locale | ISO 639-1 alpha-2 code | 'en' | Context of the query, used for example in sorting |
publication_status | enum: ['published', 'draft', 'exipred', 'scheduled'] | null | When present, only records of given publication status will be returned |
with_fixed_url | boolean | null | When present, returns only records with either fixed or dynamic URL |
for_service | boolean | null | When present, returns only records either bound to some service or not |
{
"pages": [], // List of Pages - see 'Page model'
"pagination_info": {} // Pagination info - see 'Pagination info'
}
curl --location --request GET 'https://api.mpc.dev.placewise.com/v1/content/management/pages' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization;' \
--header 'X-Client-Authorization: '
{}