{domain}. Add full=true to include the system-wide (domain = *) codes in the same response — that combined set is what a per-domain picker should render, since the shipped object types (system-aa, system-queue, …) all live on the * domain.Authorization: Bearer ********************curl --location 'https://awqacore01.crexendocloud.com/ns-api/v2/domains//servicecode?srvcode-code=undefined&srvcode-item=undefined&srvcode-description=undefined&full=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"
}
]