Skip to main content
POST
/
reports
/
workshop-status
Workshop status
curl --request POST \
  --url https://reports-latest.continu.co/api/v1/reports/workshop-status \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "address": true,
  "buddy_email": true,
  "created_at": true,
  "departments": true,
  "distributor": true,
  "email": true,
  "first_login": true,
  "first_name": true,
  "grade": true,
  "group": true,
  "groups": true,
  "hired_on": true,
  "image": true,
  "is_collaborator": true,
  "is_manager": true,
  "is_purchaser": true,
  "job_title": true,
  "language": true,
  "last_login": true,
  "last_name": true,
  "locations": true,
  "manager_email": true,
  "org_level": true,
  "partner": true,
  "partner_name": true,
  "region": true,
  "role": true,
  "suspended": true,
  "suspended_on": true,
  "teams": true,
  "user_metadata": true,
  "userid": 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,
  "user_filter": {
    "buddy_email": "buddy@example.com",
    "departments": "5f8a1c2d4e6b7a9c0d1e2f3a",
    "email": "user@example.com",
    "first_name": "Alex",
    "grades": "5f8a1c2d4e6b7a9c0d1e2f7f",
    "groups": "5f8a1c2d4e6b7a9c0d1e2f6e",
    "id": "5f8a1c2d4e6b7a9c0d1e2ff7",
    "is_author": "false",
    "is_collaborator": "false",
    "is_manager": "true",
    "is_purchaser": "false",
    "last_name": "Rivera",
    "locations": "5f8a1c2d4e6b7a9c0d1e2f4c",
    "manager_email": "manager@example.com",
    "org_levels": "5f8a1c2d4e6b7a9c0d1e2f80",
    "partner": "5f8a1c2d4e6b7a9c0d1e3008",
    "role": "learner",
    "suspended": "false",
    "teams": "5f8a1c2d4e6b7a9c0d1e2f5d",
    "userid": "alex.rivera"
  },
  "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).

Body

application/json

Field-selection and filter document.

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

address
boolean

Set to true to include address in the response.

Example:

true

buddy_email
boolean

Set to true to include buddy_email in the response.

Example:

true

created_at
boolean

Set to true to include created_at in the response.

Example:

true

departments
boolean

Set to true to include departments in the response.

Example:

true

distributor
boolean

Set to true to include distributor in the response.

Example:

true

email
boolean

Set to true to include email in the response.

Example:

true

first_login
boolean

Set to true to include first_login in the response.

Example:

true

first_name
boolean

Set to true to include first_name in the response.

Example:

true

grade
boolean

Set to true to include grade in the response.

Example:

true

group
boolean

Set to true to include group in the response.

Example:

true

groups
boolean

Set to true to include groups in the response.

Example:

true

hired_on
boolean

Set to true to include hired_on in the response.

Example:

true

image
boolean

Set to true to include image in the response.

Example:

true

is_collaborator
boolean

Set to true to include is_collaborator in the response.

Example:

true

is_manager
boolean

Set to true to include is_manager in the response.

Example:

true

is_purchaser
boolean

Set to true to include is_purchaser in the response.

Example:

true

job_title
boolean

Set to true to include job_title in the response.

Example:

true

language
boolean

Set to true to include language in the response.

Example:

true

last_login
boolean

Set to true to include last_login in the response.

Example:

true

last_name
boolean

Set to true to include last_name in the response.

Example:

true

locations
boolean

Set to true to include locations in the response.

Example:

true

manager_email
boolean

Set to true to include manager_email in the response.

Example:

true

org_level
boolean

Set to true to include org_level in the response.

Example:

true

partner
boolean

Set to true to include partner in the response.

Example:

true

partner_name
boolean

Set to true to include partner_name in the response.

Example:

true

region
boolean

Set to true to include region in the response.

Example:

true

role
boolean

Set to true to include role in the response.

Example:

true

suspended
boolean

Set to true to include suspended in the response.

Example:

true

suspended_on
boolean

Set to true to include suspended_on in the response.

Example:

true

teams
boolean

Set to true to include teams in the response.

Example:

true

user_metadata
boolean

Set to true to include user_metadata in the response.

Example:

true

userid
boolean

Set to true to include userid 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

user_filter
object

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

workshop_filter
object

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

Response

Success. Returns an array of records.