Listed on
User Guide > Resources > Get telecom address labels --- Get the potential telecom address labels of this addressable.
Resource
GET /addressables/<OID>/telecom_address_labels
Where OID
is the Object ID of the addressable.
Parameters
None
Payload
None
Response
Context
Authorization |
User |
Errors
Example
Request
GET https://xelion.nl/api/v1/master/addressables/2062989/telecom_address_labels
Response
{
"object": [
"Algemeen",
"Bij geen gehoor",
"Direct",
"Inkoop",
"Klantenservice",
"Mobiel",
"Secretariaat",
"Thuis",
"Verkoop"
],
"links": [
{
"rel": "self",
"href": "https://xelion.nl/api/v1/master/addressables/1041861/telecom_address_labels",
"method": "GET"
}
]
}