User Wallboards List
This request lists the wallboards the user has selected. A client app may choose to show only these selected wallboards.
Resource
GET /me/wallboards
Parameters
None
Payload
None
Response
A wallboard displays statistics of a phone line, and is therefore identified by the corresponding phone line ID.
Context
Authorization |
User |
Errors
Example
Request
GET https://xelion.nl/api/v1/master/me/wallboards
Response
{
"data": [
{
"object": {
"commonName": "Support"
"oid": "1557879",
"objectType": "XCCPhoneLine"
},
"links": [
{
"rel": "self",
"href": "http://www.xelion.nl/api/v1/master/wallboards/1557879",
"method": "GET"
}
]
},
{
"object": {
"commonName": "arnon's line",
"oid": "1567449",
"objectType": "XCCPhoneLine"
},
"links": [
{
"rel": "self",
"href": "http://www.xelion.nl/api/v1/master/wallboards/1567449",
"method": "GET"
}
]
}
],
"meta": {
"paging": {}
}
}