v1

latestOpenAPI 3.1.02026-07-24170121.2 MB

Upcoming Events

get/v1/agent-hub/demio/events

Query parameters

type'upcoming' | 'past' | 'automated'

Filter events by the type.

status'did not attend' | 'completed' | 'left early' | 'banned'

Filter events by the status.

activeboolean

Filter events by active status.

Response

200

idinteger
labeled_namestring
namestring
{"stackTrail":"paths:/v1/agent-hub/demio/events:get:responses:200:content:application/json:schema:items:properties:description","oasType":"schema","type":"unknown"}
date_idinteger
statusstring
timestampinteger
zonestring
registration_urlstring
{"stackTrail":"paths:/v1/agent-hub/demio/events:get:responses:200:content:application/json:schema:items:properties:automated","oasType":"schema","type":"unknown"}

Example response

[
  {
    "id": 662022,
    "labeled_name": "[One Time] Payarc Merchant Application Overview",
    "name": "Payarc Merchant Application Overview",
    "date_id": 3857960,
    "status": "finished",
    "timestamp": 1690912800,
    "zone": "America/New_York",
    "registration_url": "https://my.demio.com/ref/FqAyrEVyDJbK7USl"
  }
]