v1
latestOpenAPI 3.1.02026-08-065143121.0 KBPath parameters
Query parameters
Campos a retornar, separados por vírgula (snake_case). Disponíveis: id, ticket_status, item_id, event_id, presentation_id, order_id, order_status, order_date, order_updated_at, order_approved_date, order_discount, first_name, last_name, email, ticket_number, ticket_created_at, ticket_updated_at, ticket_num_qr_code, ticket_name, sector_name, marked_place_name, access_information, ticket_sale_price, ticket_net_value, ticket_group_id, ticket_group_name, ticket_subgroup_id, ticket_subgroup_name, checkin, custom_form.
Campos a retornar, separados por vírgula (snake_case). Disponíveis: id, ticket_status, item_id, event_id, presentation_id, order_id, order_status, order_date, order_updated_at, order_approved_date, order_discount, first_name, last_name, email, ticket_number, ticket_created_at, ticket_updated_at, ticket_num_qr_code, ticket_name, sector_name, marked_place_name, access_information, ticket_sale_price, ticket_net_value, ticket_group_id, ticket_group_name, ticket_subgroup_id, ticket_subgroup_name, checkin, custom_form.
[ "ticket_number,first_name,email" ]
Timezone IANA aplicada às datas de saída. Padrão: America/Sao_Paulo.
Timezone IANA aplicada às datas de saída. Padrão: America/Sao_Paulo.
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"
}
}