Get task
Retrieve a list of all tasks.
URL | https://api.recman.no/v2/get/ |
Scope | task |
Page | Pagenumber, 100 tasks per page |
Example | https://api.recman.no/v2/get/?key=YOUR_KEY&scope=task&page=1 |
Click here if you want to try out our API tester
View JSON example
JSON
{
"success": true,
"numRows": 2,
"data": [
{
"id": 317402,
"userId": 5328,
"createUserId": 5328,
"created": "2018-07-18 15:27:52",
"deadline": "2018-07-18 00:00:00",
"body": "Please call Johnny about his resume",
"projectId": 0,
"companyId": 0,
"companyContactId": 0,
"candidateId": 1631368
},
{
"id": 317405,
"userId": 5328,
"createUserId": 5328,
"created": "2018-07-18 15:31:41",
"deadline": "2018-07-19 00:00:00",
"body": "Send invoice for January",
"projectId": 0,
"companyId": 416413,
"companyContactId": 0,
"candidateId": 0,
"updated": "2018-07-18 15:31:46"
}
]
}