API schedules

From Charitylog Manual
Jump to: navigation, search

Go to API overview

These are Roster job cards.

NB, this endpoint cannot currently be used for schedule creation, which is only possible using the Confirm Work Schedules option in the web app. This is because this endpoint is primarily intended for our mobile roster app, Call Round, which gets lists of jobs and updates them, typically to complete or cancel them. It can also be useful for reporting.

If you want to use this endpoint for your own time and attendance solution, these calls may help:

  • All jobs in a date range, with an id and completion status:
[GET] https://api.dizions.co.uk/v2/schedules/date_active/2021-04-01,2021-04-30/field/id;status
  • Jobs with for worker 220 in a date range, with an id and completion status:
[GET] https://api.dizions.co.uk/v2/schedules/worker/220/date_active/2021-04-01,2031-04-30/field/id;status


  • A report of completed jobs in a date range, broken down by the client's district and gender
[GET] https://api.dizions.co.uk/v2/schedules/metric/client_district/dimension/client_gender/date_active/2021-04-01,2021-04-30/status/completed
  • A list of available fields:
[GET] https://api.dizions.co.uk/v2/schedules/friendly_names