callTag
Get the call tag for a given ID.
Arguments
The call tag ID.
Returns
CallTagType!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.
Variables
{
"id": "74579184"
}
Response
{
"data": {
"callTag": {
"id": "24050976",
"isActive": true,
"name": "can-spring-model-next-such"
}
}
}