PeopleForce
GuidesAPI reference
List all tasks GETCreate a task POSTComplete a task PUTIncomplete a task PUT
Tasks

List all tasks

GET
/api/public/v2/tasks

Response Body

application/json

curl -X GET "https://example.com/api/public/v2/tasks"
{  "data": [    null  ],  "metadata": {    "pagination": {      "page": 0,      "pages": 0,      "count": 0,      "items": 0    }  }}

Delete a skill DELETE

Previous Page

Create a task POST

Next Page