curl -L \
--url 'https://app.venuecms.com/api/v2/{siteKey}/public/pages' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"records": [
{
"id": "text",
"order": 1,
"slug": "text",
"featured": true,
"featuredExpiration": "text",
"date": "text",
"parentId": "text",
"siteId": "text",
"image": {
"siteId": "text",
"uploaded": true,
"inline": true,
"url": "text",
"mimeType": "text",
"size": 1,
"metadata": {},
"title": "text",
"caption": "text",
"credit": "text",
"altText": "text"
},
"parent": {},
"fullPath": "text",
"roles": [
{
"pageId": "text",
"accessRoleId": "text",
"accessRole": {
"id": "text",
"siteId": "text",
"createdAt": "text",
"updatedAt": "text",
"name": "text",
"description": "text"
}
}
],
"localizedContent": [
{
"siteId": "text",
"locale": "text",
"title": "text",
"content": "text",
"shortContent": "text",
"extraContent": "text",
"excerpt": "text",
"metaTitle": "text",
"metaDescription": "text",
"keywords": "text",
"contentJSON": {}
}
],
"artists": [
{
"profile": {
"siteId": "text",
"slug": "text",
"image": {
"siteId": "text",
"uploaded": true,
"inline": true,
"url": "text",
"mimeType": "text",
"size": 1,
"metadata": {},
"title": "text",
"caption": "text",
"credit": "text",
"altText": "text"
},
"localizedContent": [
{
"siteId": "text",
"locale": "text",
"title": "text",
"content": "text",
"shortContent": "text",
"extraContent": "text",
"excerpt": "text",
"metaTitle": "text",
"metaDescription": "text",
"keywords": "text",
"contentJSON": {}
}
]
}
}
]
}
]
}
Retrieve a list of Pages
curl -L \
--url 'https://app.venuecms.com/api/v2/{siteKey}/public/pages/{slug}' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"id": "text",
"order": 1,
"slug": "text",
"featured": true,
"featuredExpiration": "text",
"date": "text",
"parentId": "text",
"siteId": "text",
"image": {
"siteId": "text",
"uploaded": true,
"inline": true,
"url": "text",
"mimeType": "text",
"size": 1,
"metadata": {},
"title": "text",
"caption": "text",
"credit": "text",
"altText": "text"
},
"parent": {},
"fullPath": "text",
"roles": [
{
"pageId": "text",
"accessRoleId": "text",
"accessRole": {
"id": "text",
"siteId": "text",
"createdAt": "text",
"updatedAt": "text",
"name": "text",
"description": "text"
}
}
],
"localizedContent": [
{
"siteId": "text",
"locale": "text",
"title": "text",
"content": "text",
"shortContent": "text",
"extraContent": "text",
"excerpt": "text",
"metaTitle": "text",
"metaDescription": "text",
"keywords": "text",
"contentJSON": {}
}
],
"artists": [
{
"profile": {
"siteId": "text",
"slug": "text",
"image": {
"siteId": "text",
"uploaded": true,
"inline": true,
"url": "text",
"mimeType": "text",
"size": 1,
"metadata": {},
"title": "text",
"caption": "text",
"credit": "text",
"altText": "text"
},
"localizedContent": [
{
"siteId": "text",
"locale": "text",
"title": "text",
"content": "text",
"shortContent": "text",
"extraContent": "text",
"excerpt": "text",
"metaTitle": "text",
"metaDescription": "text",
"keywords": "text",
"contentJSON": {}
}
]
}
}
]
}
Retrieve a Page