Get organization custom fields criteria references
GET {{baseUrl}}/api/v1/organizationFields/:field_id/criteriaReferences?featureType=<String>
This API fetches criteria references of a custom field
OAuth Scope
Desk.settings.READ
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
featureType | string | Feature name from which criteria references has to be fetched - DirectAssignment, RoundRobin, WorkFlow, SLA, Supervise, BluePrint, CustomView, Report, GameTrophy, GameBadge, LayoutRules, ValidationRules | |
from | string | Index number, starting from which the rules must be listed | |
limit | string | Number of references to fetch |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"DirectAssignment":[{"encryptedId":"c50bd2066db398caace9491e3010e657","name":"DA Rule1","id":21000000057136},{"encryptedId":"c50bd2066db398caace9491e789a5cb3","name":"DA Rule2","id":21000000067146}]}