PopplioStaging
Tasks
These API endpoints are related to tasks on IBL
GET
/
users/{id}/tasks/{tid}Get Task
Gets a task. Returns the task data if this is successful
Authorization
User-Auth<token>
Requires a user token. Should be prefixed with User in Authorization header.
In: header
Path Parameters
idRequiredstring
User ID
tidRequiredstring
The task ID
Query Parameters
task_keystring
The task key if required. This is used to authenticate the request.
Success