Gets a list of ContentPage.
| Name | Description | Usage |
|---|---|---|
| masterPage | This will retrieve the related list of masterPage. | GET contentpages?expand=masterpage |
| portal | This will retrieve the related list of portals. | GET contentpages?expand=portal |
| Name | Description | Usage |
|---|---|---|
| contentPageId | This will filter the request by content page ID. | GET contentpages?filter=contentpageid~{operator}~{value} |
| isActive | This will filter the request by the is active flag. | GET contentpages?filter=isactive~{operator}~{value} |
| localeId | This will filter the request by locale ID. | GET contentpages?filter=localeid~{operator}~{value} |
| name | This will filter the request by name. | GET contentpages?filter=name~{operator}~{value} |
| portalId | This will filter the request by portal ID. | GET contentpages?filter=portalid~{operator}~{value} |
| Name | Description | Usage |
|---|---|---|
| displayOrder | This will sort the response by display order. | GET contentpages?sort=displayorder |
| name | This will sort the response by name. | GET contentpages?sort=name |
| Name | Description | Usage |
|---|---|---|
| index | The index to retrieve when requesting paged results. | GET contentpages?page=index~{value} |
| size | The size of the page when retrieving paged results. | GET contentpages?page=size~{value} |