Todo list
This request returns the users todo list.
Resource
GET /me/todo
Parameters
None
Payload
None
Response
Context
Authorization |
User |
Errors
Example
Request
GET https://xelion.nl/api/v1/master/me/todo
Response
{
"data": [
{
"object": {
"item": {
"commonName": "Arno Brugmann",
"oid": "1650938",
"objectType": "Person"
},
"comments": "patch de API123",
"oid": "1778275",
"objectType": "X1ListItem"
},
"links": [
{
"rel": "self",
"method": "GET"
}
]
},
{
"object": {
"item": {
"commonName": "Arno Brugmann",
"oid": "1650938",
"objectType": "Person"
},
"communication": {
"subject": "kan jij me zo even terug bellen?",
"date": "2017-05-11 17:30:35",
"participants": [],
"commonName": "kan jij me zo even terug bellen?",
"oid": "1778352",
"objectType": "XCCUserChat"
},
"comments": "",
"oid": "1778383",
"objectType": "X1ListItem"
},
"links": [
{
"rel": "self",
"method": "GET"
}
]
},
{
"object": {
"item": {
"commonName": "Arno Brugman",
"oid": "1650938",
"objectType": "Person"
},
"communication": {
"subject": "Synchronisatie Wesley Legierse",
"date": "2017-05-03 16:35:44",
"participants": [],
"commonName": "Wesley Legierse -> Arno Brugmann, 2017-05-03",
"oid": "1776987",
"objectType": "CallLog"
},
"comments": "Factureren",
"oid": "1778384",
"objectType": "X1ListItem"
},
"links": [
{
"rel": "self",
"method": "GET"
}
]
},
{
"object": {
"item": {
"commonName": "Vossen van der Vossen",
"oid": "1650953",
"objectType": "Person"
},
"comments": "Terugbellen",
"oid": "1778261",
"objectType": "X1ListItem"
},
"links": [
{
"rel": "self",
"method": "GET"
}
]
}
],
"meta": {
"links": [
{
"rel": "refresh",
"href": "http://www.xelion.nl/api/v1/master/me/todo",
"method": "GET"
}
]
}
}