domain to list every domain's codes.territory is populated from the token when no concrete domain is given, and results are joined to domains_config and confined to that territory.domain; a request without one is a 400.*, ~ and an empty string are all treated as "any" for filtering purposes and never restrict a field. To fetch the system-wide rows, pass a concrete domain with full=true.Authorization: Bearer ********************curl --location 'https://awqacore01.crexendocloud.com/ns-api/v2/servicecode?domain=undefined&srvcode-code=undefined&srvcode-item=undefined&srvcode-description=undefined&full=undefined&territory=undefined&fields=undefined&sort=undefined&start=undefined&limit=undefined' \
--header 'Authorization: Bearer <token>'[
{
"srvcode-code": "system-aa",
"srvcode-item": "subscriber",
"domain": "*",
"srvcode-description": "Auto Attendant"
},
{
"srvcode-code": "system-conf",
"srvcode-item": "subscriber",
"domain": "*",
"srvcode-description": "Conference Bridge"
},
{
"srvcode-code": "system-queue",
"srvcode-item": "subscriber",
"domain": "*",
"srvcode-description": "Call Queue"
}
]