List associated automation rules
GET {{baseUrl}}/api/v1/skills/:skillId/relatedRules
This API lists a particular number of automation rules that include a skill,based on the limit specified
OAuth Scope
Desk.settings.READ
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
from | string | Index number, starting from which the related rules must be listed | |
limit | string | Number of rules to list, allowed minimum value 1, maximum value 100,default is 100 |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"data":[{"ruleType":"SUPERVISE","ruleName":"TBA1","ruleId":"6000000019012"},{"ruleType":"SLA","ruleName":"Priority-based SLAs","ruleId":"6000000013508"},{"ruleType":"SLA","ruleName":"Bronze SLAs","ruleId":"6000000013514"},{"ruleType":"BLUEPRINT","ruleName":"Default Blueprint","ruleId":"6000000016083"},{"ruleType":"BLUEPRINT","ruleName":"BH BP","ruleId":"6000000018143"},{"ruleType":"BLUEPRINT","ruleName":"Third Bp","ruleId":"6000000023018"}]}