Jump to: navigation, search

Query Rule Package by ID

Method

GET

Syntax

/grs/v1/tenant/{tenantId}/packageid/{packageId}

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 ID. Use Query Packages to obtain correct ID.
  • 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!