routingAttributes
Get routing attributes available for call routing configuration.
Arguments
Returns
[RoutingAttributeType]!Possible Errors
Allowed Viewers
Required Permissions
Can query callsQuery Complexity
2Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
query RoutingAttributes(
$category: String,
$search: String
) {
routingAttributes(
category: $category,
search: $search
) {
category
friendlyName
isActive
ref
subcategory
}
}
Variables
{
"category": "ever-party-common-develop-do",
"search": "last-seek-wind-dog-exist"
}
Response
{
"data": {
"routingAttributes": [
{
"category": "natural-hope-later-election-many",
"friendlyName": "book-degree-bad-address-accept",
"isActive": true,
"ref": "lose-threat-summer-expert-cultural",
"subcategory": "civil-station-position-soldier-air"
}
]
}
}