Retrieve the unread contacts of a visible line of the user.


This request returns the number of unread recent contacts of a user visible line.

Resource

GET /me/visible_lines/<OID>/unread_recent_contacts_count

Where 'OID' is the object ID of the visible phone line.

Parameters

None

Payload

None

Response

Object Response < integer >

Context

Authorization

User

Errors

Example

Request
GET https://xelion.nl/api/v1/master/me/visible_lines/12345/unread_recent_contacts_count
Response
{
    "object": 0,
    "links": [
        {
            "rel": "self",
            "href": "https://arno.xelion.nl/api/v1/master/me/visible_lines/1651226/unread_recent_contacts_count",
            "method": "GET"
        },
        {
            "rel": "set",
            "href": "https://arno.xelion.nl/api/v1/master/me/visible_lines/1651226/unread_recent_contacts_count",
            "method": "PUT"
        }
    ]
}