Contents
Query Rule Package by Name
Method
GET
Syntax
/grs/v1/tenant/{tenantId}/packagename/{packageName}
Request body
N/A
Response body
{
"packageId": "7324b497-9d34-468b-8dcf-84690e4efd3c",
"name": "call.treatment",
"type": "call treatment",
"businessName": "",
"description": "Handle incoming calls & stuff",
"businessNodeId": "346",
"templates": [
{ "name": "CallTreatment", "version": 4, "type": null, "global": false, "changeComment": null, "lastModified": 0, "modifiedBy": null }
]
}
HTTP codes
- 200 OK—Response body provided
- 401 Unauthorized—APIToken not valid
- 404 Not Found—could not find specified package.
- 503—Service Unavailable
This page was last edited on July 2, 2019, at 13:53.
Comments or questions about this documentation? Contact us for support!