Gets a specific domain list.
GET https://api-<BlueCat.edge.url>/v2/domainLists/{domainListId}
Authorization: Bearer authorization token
Content-type: application/JSON
Successful response
200 OK
{
"sourceType": "user",
"id": "<domain-list-id>",
"name": "<domain-list-name>",
"description": "<description>",
"domainCount": <count>
},
Possible error codes
- UNEXPECTED_ERROR - Internal server error