Get list of tasks

GET /api-v1/timesheet/task

Returns a map {id, name}

Headers

Responses

GET /api-v1/timesheet/task
curl \
 -X GET http://wyzio.app/api-v1/timesheet/task \
 -H "TARGET-ORGANIZATION-ID: 42" \
 -H "WEAL-TOKEN: string"
Response examples (200)
{
  "key": "string"
}