How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Demio Reports API

Per-Session participation and attendance reporting — the participant list for an Event Session with attendance status and registration custom-field values.

Demio Reports API is one of 3 APIs that Demio publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Reports and Analytics. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, authentication docs, and rate-limit docs.

This API exposes 7 operations across 7 paths, organized into 3 resource areas, and defines 12 schemas. It is described by OpenAPI 3.0.3, at version v1.

Requests are made against a single base URL, https://my.demio.com/api/v1.

7 operations 7 paths 12 schemas 6 GET1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
v1
Base URL
https://my.demio.com/api/v1
Authentication
API Key, API Key, API Key, API Key
Terms of Service
Resource Areas
3

Authentication & Security 4

Demio Reports API declares 4 security schemes for authenticating requests. An API key is passed in the header as Api-Key (ApiKeyHeader). An API key is passed in the header as Api-Secret (ApiSecretHeader). An API key is passed in the query as api_key (ApiKeyQuery). An API key is passed in the query as api_secret (ApiSecretQuery). By default, every request must be authenticated.

  • ApiKeyHeader — Account API Key, from Demio Settings API.
  • ApiSecretHeader — Account API Secret, from Demio Settings API.
  • ApiKeyQuery — Account API Key supplied on the query string.
  • ApiSecretQuery — Account API Secret supplied on the query string.

Paths & Operations 7

Across 7 paths, the API surfaces 7 operations — 6 GET, 1 PUT. They span 3 resource areas: Intro, Events, Reports. Each is listed below with its method, path, parameters, and response codes.

Intro 2

Authorization checks.

GET
/ping
Ping via headers
pingViaHeaders → 200401403
GET
/ping/query
Ping via query string
pingViaQuery 2 params → 200401403
Events 4

Events, Event Sessions (Dates) and registration.

GET
/events
Events list
listEvents 1 param → 200
GET
/event/{id}
Event info
getEvent 2 params → 200404
GET
/event/{id}/date/{date_id}
Event Session info
getEventSession 2 params → 200404
PUT
/event/register
Register
registerForEvent body → 201400
Reports 1

Participation and attendance reporting.

GET
/report/{date_id}/participants
Event Date participants
listSessionParticipants 2 params → 200

Schemas 12

The contract defines 12 schemas that model the data the API accepts and returns. The most detailed are RegistrationRequest (10 properties), EventSummary (9 properties), Event (8 properties), EventDate (5 properties). Each schema is shown below with its type and property counts.

Pong
object
2 properties 1 required
PingError
object
2 properties
Error
object
1 property
Automated
object
Present when the Event is automated
2 properties
EventSummary
object
9 properties 7 required
EventDate
object
5 properties
Event
object
8 properties
RegistrationRequest
object
Registration payload. Additional properties are treated as custom form fields, keyed by the field's Unique Identifier.
10 properties 2 required
Registration
object
2 properties
ParticipantCustomField
object
3 properties
Participant
object
5 properties
ParticipantList
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

demio-openapi.yml Raw ↑

Other APIs Demio publishes across the network.

Demio Events API
Demio Intro API
Where this information came from

This is an independent, third-party profile of Demio Reports API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.