Skip to main content
POST
/
reports
/
workshop-engagement
/
{from}
/
{until}
Workshop engagement
curl --request POST \
  --url https://reports-latest.continu.co/api/v1/reports/workshop-engagement/{from}/{until} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "archived": true,
  "canceled_registrations": true,
  "host_name": true,
  "offered_seats": true,
  "registered_seats": true,
  "registration_disabled": true,
  "total_absentees": true,
  "total_attendees": true,
  "total_waiting": true,
  "waitlist_enabled": true,
  "waitlist_seats": true,
  "workshop_duration": true,
  "workshop_end_date": true,
  "workshop_id": true,
  "workshop_instance_id": true,
  "workshop_start_date": true,
  "workshop_status": true,
  "workshop_title": true,
  "workshop_filter": {
    "archived": "false",
    "categories": "5f8a1c2d4e6b7a9c0d1e2f91",
    "collaborators": "5f8a1c2d4e6b7a9c0d1e2fa2",
    "content_id": "5f8a1c2d4e6b7a9c0d1e2fb3",
    "created_by": "5f8a1c2d4e6b7a9c0d1e2fc4",
    "departments": "5f8a1c2d4e6b7a9c0d1e2f3a",
    "grades": "5f8a1c2d4e6b7a9c0d1e2f7f",
    "locations": "5f8a1c2d4e6b7a9c0d1e2f4c",
    "org_levels": "5f8a1c2d4e6b7a9c0d1e2f80",
    "teams": "5f8a1c2d4e6b7a9c0d1e2f5d"
  }
}
'
[
  {}
]

Documentation Index

Fetch the complete documentation index at: https://reporting.continu.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API token issued by Continu.

Headers

Authorization
string
required

API token issued by Continu. Send the raw token value (confirm with your Continu contact whether your deployment expects 'Bearer ' or the raw token).

Path Parameters

from
string
required

Start of date range, inclusive. Unix epoch seconds in UTC.

until
string
required

End of date range, exclusive. Unix epoch seconds in UTC.

Body

application/json

Field-selection and filter document.

Request body for the WorkshopEngagement endpoint. Set field flags to true to include them in the response; provide filter objects to narrow results.

archived
boolean

Set to true to include archived in the response.

Example:

true

canceled_registrations
boolean

Set to true to include canceled_registrations in the response.

Example:

true

host_name
boolean

Set to true to include host_name in the response.

Example:

true

offered_seats
boolean

Set to true to include offered_seats in the response.

Example:

true

registered_seats
boolean

Set to true to include registered_seats in the response.

Example:

true

registration_disabled
boolean

Set to true to include registration_disabled in the response.

Example:

true

total_absentees
boolean

Set to true to include total_absentees in the response.

Example:

true

total_attendees
boolean

Set to true to include total_attendees in the response.

Example:

true

total_waiting
boolean

Set to true to include total_waiting in the response.

Example:

true

waitlist_enabled
boolean

Set to true to include waitlist_enabled in the response.

Example:

true

waitlist_seats
boolean

Set to true to include waitlist_seats in the response.

Example:

true

workshop_duration
boolean

Set to true to include workshop_duration in the response.

Example:

true

workshop_end_date
boolean

Set to true to include workshop_end_date in the response.

Example:

true

workshop_id
boolean

Set to true to include workshop_id in the response.

Example:

true

workshop_instance_id
boolean

Set to true to include workshop_instance_id in the response.

Example:

true

workshop_start_date
boolean

Set to true to include workshop_start_date in the response.

Example:

true

workshop_status
boolean

Set to true to include workshop_status in the response.

Example:

true

workshop_title
boolean

Set to true to include workshop_title in the response.

Example:

true

workshop_filter
object

Filter object. All fields optional; values are comma-separated strings.

Response

Success. Returns an array of records.