Get Todo List Item


This request returns the information of a specific todo list item.

Resource

GET /me/todo/<OID>

Where OID is the object ID of the todo list item.

Parameters

None

Payload

None

Response

Context

Authorization

User

Errors

Example

Request
GET https://xelion.nl/api/v1/master/me/todo/1033697
Response
{
    "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"
}