Get Todo List Item Of Line
This request returns the information of a specific todo list item of a todo list of a line.
Resource
GET /me/todo_lines/<OID>/<ITEM_OID>
Where OID
is the object ID of the phone line and 'ITEM_OID' is the object ID of the list item.
Parameters
None
Payload
None
Response
Context
Authorization |
User |
Errors
Example
Request
GET https://xelion.nl/api/v1/master/me/todo_lines/1651614/2082029
Response
{
"item": {
"commonName": "Xelion B.V.",
"oid": "1041861",
"objectType": "Organisation"
},
"comments": "Terugbellen",
"orderNumber": 1,
"startTime": "2023-02-09 14:00:00",
"endTime": "2023-02-09 15:00:00",
"status": "booked",
"assignedTo": {
"person": {
"commonName": "Wesley",
"oid": "1650975",
"objectType": "Person"
},
"commonName": "wes",
"oid": "1651218",
"objectType": "UserProfile"
},
"reminders": [
{
"commonName": "",
"reminderDateEnum": "_5_MINUTES",
"reminderDateTime": "2023-02-09 14:55:00",
"oid": "2082030",
"objectType": "TodoListItemReminder"
}
],
"oid": "2082029",
"objectType": "X1ListItem"
}