Handles the main resources for the workforce management:

GET /api/v2/workforce/?format=api
HTTP 200 OK Vary: Accept Content-Type: text/html; charset=utf-8 Allow: GET, HEAD, OPTIONS
{ "resources": { "noteResource": { "uri": "https://work.bornemann.net/api/v2/workforce/note/", "description": "Notes for work order" }, "job": { "uri": "https://work.bornemann.net/api/v2/workforce/job/", "description": "Job is the short term for work order." }, "jobarchive": { "uri": "https://work.bornemann.net/api/v2/workforce/jobarchive/", "description": "Archive of closed jobs." }, "driver": { "uri": "https://work.bornemann.net/api/v2/workforce/driver/", "description": "Manages your drivers." } } }