Favorites


This request returns the users favorites.

Resource

GET /me/favorites

Parameters

None

Payload

None

Response

Context

Authorization

User

Errors

Example

Request
GET https://xelion.nl/api/v1/master/me/favorites
Response
{
    "data": [
        {
                        "object": {
                "item": {
                    "iconId": "1626730",
                    "commonName": "Kees Bos",
                    "oid": "1626711",
                    "objectType": "Person"
                },
                                    "organisation": {
                    "name": "Xelion",
                    "commonName": "Xelion",
                    "oid": "184949033",
                    "objectType": "Organisation"
                },
                "presenceInfo": {
                    "status": "online",
                    "statusIcon": "",
                    "message": "",
                    "busy": false,
                    "location": ""
                },
                "isUser": true,
                "comments": "",
                "orderNumber": 1,
                "oid": "1771166",
                "objectType": "X1ListItem"
            },
            "links": [
                {
                    "rel": "self",
                    "href": "http://sip.xelion.nl/api/v1/master/addressables/116546",
                    "method": "GET"
                }
            ]
        },
        {
            "object": {
                "item": {
                    "iconId": "1626730",
                    "commonName": "Wesley Lego",
                    "oid": "1626711",
                    "objectType": "Person"
                },
                                    "organisation": {
                    "name": "Xelion",
                    "commonName": "Xelion",
                    "oid": "184949033",
                    "objectType": "Organisation"
                },
                "presenceInfo": {
                    "status": "online",
                    "statusIcon": "",
                    "message": "",
                    "busy": false,
                    "location": ""
                },
                "isUser": true,
                "comments": "",
                "orderNumber": 1,
                "oid": "1771166",
                "objectType": "X1ListItem"
            },
            "links": [
                {
                    "rel": "self",
                    "href": "http://sip.xelion.nl/api/v1/master/addressables/119400018",
                    "method": "GET"
                }
            ]
        }
    ],
    "meta": {
        "links": [
            {
                "rel": "refresh",
                "href": "http://sip.xelion.nl/api/v1/master/me/favorites",
                "method": "GET"
            }
        ]
    }
}