v1

latestOpenAPI 3.1.02026-08-065143121.0 KB
Presentation

get/v1.5.0/events/{eventIdHash}/presentations/{presentationId}

Path parameters

eventIdHashstring required
presentationIdstring required

Query parameters

timezonestring
fieldsstring

Response

OK

Example response

{
  "data": {
    "closed": false,
    "enabled": true,
    "end_date": "2026-06-18T19:12:37Z",
    "end_date_utc": "2026-06-18T19:12:37Z",
    "event_id": "string",
    "id": 0,
    "presentation_url": "string",
    "private_presentation": false,
    "published": true,
    "sectors": [
      {
        "has_online_sale_available": true,
        "id": 0,
        "name": "string"
      }
    ],
    "start_date": "2026-06-18T19:12:37Z",
    "start_date_utc": "2026-06-18T19:12:37Z"
  },
  "pagination": {
    "has_prev": false,
    "offset": 0,
    "page": 0,
    "page_size": 0,
    "quantity": 0,
    "total_page": 0,
    "total_records": 0
  },
  "sort": {
    "field_sort": "string",
    "sort": "string"
  }
}