rest based api to fetch choice records for a given field

sriram27
Kilo Contributor

Is there any REST based API which can provide sys_choice records for any given entity and field taking into the account of inheritance?
For instance, if choice records are required for incident.state, and given input is table :   incident and element : state. I am aware of rest API/ Table API which can be used to fetch sys_choice data using filter on name and element, however it does not account for inheritance. Ie, if choice values for state are not explicitly defined at incident level, it inherits it from task. This requires hierarchy understanding to identify choice values for element of any table.

1 REPLY 1

Chuck Tomasi
Tera Patron

There is nothing provided with the baseline configuration of the system. Something like this could be done with a scripted REST API where you have full control over the inputs, processing on the server, and response.



Scripted REST APIs