Difference between revisions of "API schedules"

From Charitylog Manual
Jump to: navigation, search
Line 3: Line 3:
 
These are Roster job cards.
 
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.  
+
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:
 
If you want to use this endpoint for your own time and attendance solution, these calls may help:

Revision as of 17:12, 12 February 2021

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 list of available fields:
[GET] https://api.dizions.co.uk/v2/schedules/friendly_names