v1
latestOpenAPI 3.1.02026-08-065143121.0 KBPresentation
get/v1.5.0/events/{eventIdHash}/presentations
Path parameters
eventIdHashstring required
Query parameters
{
"published": true,
"sort": "asc",
"timezone": "America/Sao_Paulo"
}field_sortstring
filter_online_sectorboolean
page_sizeinteger
pageinteger
fieldsstring
Response
OK
Example response
{
"data": [
{
"address": {
"address_num": "string",
"city": "string",
"country": "string",
"lat": 0.1,
"lon": 0.1,
"name": "string",
"state": "string"
},
"category_prim": {
"name": "string"
},
"end_date": "2026-06-18T19:12:37.547Z",
"host": {
"description": "string",
"name": "string"
},
"id": "string",
"image": "string",
"name": "string",
"private_event": 1,
"published": 1,
"reference_id": 0,
"start_date": "2026-06-18T19:12:37.547Z",
"url": "string"
}
],
"pagination": {
"has_next": true,
"has_prev": false,
"offset": 0,
"page": 0,
"page_size": 0,
"quantity": 0
},
"sort": {
"field_sort": "string",
"sort": "string"
}
}