cURL
curl --request GET \ --url https://cdn.xm.fabric.inc/api/v2/pages/metadata
{ "size": 10, "nextCursor": "H796HJHGANLSADS", "data": [ { "id": "5f328bf0b7c15700071233b9", "name": "HomePage", "updatedAt": "2021-09-09T21:03:29.617Z", "publishedAt": "2021-09-09T21:03:29.617Z", "metadata": { "url": "/home", "channels": [ "00SZAU", "02SZCA" ], "seoFields": { "title": "SEO", "description": "SEO description", "metadata": [ { "name": "background-color", "content": "white" } ] } } } ] }
Get all the meta information such as name, url, channels, and SEO fields.
Comma-separated list of channel IDs
Number of records to be returned
1 <= x <= 100
Record pointer to get items after the specified record
15
"H796HJHGANLSADS"
Successful operation
200 response object
10
Record pointer to get items in the next data set
Show child attributes
Was this page helpful?