Get Speeddials
This request returns a list of speeddials
Resource
GET /speeddials
Parameters
Payload
None
Response
Context
Authorization |
User |
Errors
Example
Request
GET https://xelion.nl/api/v1/master/speeddials
Response
{
"data": [
{
"object": {
"code": "2000",
"active": true,
"commonName": "2000 -> HotDeskingAndTwinningExclusive (Telefoonaansluiting Bruno)",
"oid": "1757883",
"objectType": "XCCSpeedDial"
},
"links": [
{
"rel": "self",
"href": "http://localhost:8080/api/v1/master/speeddials/1757883",
"method": "GET"
}
]
},
{
"object": {
"code": "2002",
"active": true,
"commonName": "2002 -> Exclusief hot desken (Telefoonaansluiting Haas Henk)",
"oid": "1932261",
"objectType": "XCCSpeedDial"
},
"links": [
{
"rel": "self",
"href": "http://localhost:8080/api/v1/master/speeddials/1932261",
"method": "GET"
}
]
}
],
"meta": {
"links": [
{
"rel": "refresh",
"href": "http://localhost:8080/api/v1/master/speeddials",
"method": "GET"
}
]
}
}