curl -L \
--url 'https://app.venuecms.com/api/v2/{siteKey}/public/profiles/{slug}/events' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"records": [
{
"id": "text",
"siteId": "text",
"description": "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"
},
"startDate": "text",
"endDate": "text",
"hasTime": true,
"publishState": "DRAFT",
"location": {
"siteId": "text",
"image": {
"siteId": "text",
"uploaded": true,
"inline": true,
"url": "text",
"mimeType": "text",
"size": 1,
"metadata": {},
"title": "text",
"caption": "text",
"credit": "text",
"altText": "text"
},
"address": "text",
"address2": "text",
"state": "text",
"region": "text",
"city": "text",
"zipCode": "text",
"country": "text",
"externalLink": "text",
"mapLink": "text",
"lat": 1,
"lng": 1,
"localizedContent": [
{
"siteId": "text",
"locale": "text",
"title": "text",
"content": "text",
"shortContent": "text",
"extraContent": "text",
"excerpt": "text",
"metaTitle": "text",
"metaDescription": "text",
"keywords": "text",
"contentJSON": {}
}
],
"isDefault": true
},
"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": {}
}
]
}
}
],
"tickets": [
{
"name": "text",
"price": 1,
"externalLink": "text",
"currency": "text",
"roles": [],
"localizedContent": [
{
"siteId": "text",
"locale": "text",
"title": "text",
"content": "text",
"shortContent": "text",
"extraContent": "text",
"excerpt": "text",
"metaTitle": "text",
"metaDescription": "text",
"keywords": "text",
"contentJSON": {}
}
]
}
],
"localizedContent": [
{
"siteId": "text",
"locale": "text",
"title": "text",
"content": "text",
"shortContent": "text",
"extraContent": "text",
"excerpt": "text",
"metaTitle": "text",
"metaDescription": "text",
"keywords": "text",
"contentJSON": {}
}
]
}
],
"count": 1
}
Retrieve events for a Profile