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
Page ID
Page name
Timestamp of when the page was last updated
Timestamp of when page was last published
Page metadata
Page URL
Page channels
Channel identifier
SEO fields
SEO field name
SEO field description
Timestamp of SEO field creation
Timestamp of when SEO field was last updated
list of metadata associated with the SEO field
Metadata name
Metadata content
Virutal ID associated with the SEO field metadata
Timestamp of metadata creation
Timestamp of when metadata was last updated
Virtual ID associated with the SEO field
Was this page helpful?