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

KeyDatatypeRequiredDescription
featureTypestringFeature name from which criteria references has to be fetched - DirectAssignment, RoundRobin, WorkFlow, SLA, Supervise, BluePrint, CustomView, Report, GameTrophy, GameBadge, LayoutRules, ValidationRules
fromstringIndex number, starting from which the rules must be listed
limitstringNumber of references to fetch

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{&quot;DirectAssignment&quot;:[{&quot;encryptedId&quot;:&quot;c50bd2066db398caace9491e3010e657&quot;,&quot;name&quot;:&quot;DA Rule1&quot;,&quot;id&quot;:21000000057136},{&quot;encryptedId&quot;:&quot;c50bd2066db398caace9491e789a5cb3&quot;,&quot;name&quot;:&quot;DA Rule2&quot;,&quot;id&quot;:21000000067146}]}