For the complete documentation index, see llms.txt. This page is also available as Markdown.

Work jobs

All the jobs in this event

This endpoint requires the work_jobs access to be enabled in the Catalyst integration settings.

GET /catalyst/work_jobs

Returns jobs for the event, including station and substation details.

  • URL: https://api.eventication.com/catalyst/work_jobs?page=1

  • Page size: 200 objects per request

  • Fields per item:

    • id

    • start_time (ISO8601)

    • end_time (ISO8601)

    • work_station_id

    • work_substation_id

    • Localized names (dynamic):

      • Job name: name_<locale>

      • Work station name: work_station_name_<locale>

      • Work substation name: work_substation_name_<locale>

Locales are included when the corresponding database columns exist (for example name_en, name_fr, name_nl, …). This makes it forward-compatible when adding more languages later.

Example item:

Response shape:

Last updated