- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-09-2015 06:03 PM
Hello,
service now have two kind of method to get data from the api
1. JSON
https://_____.service-now.com/__tablename___.do?JSONv2
2. REST
My question is, how can i get the choice label name.
In the returned json, the field { u_choice : 0 } is meaningfulness
so where can i find the list for the specific choice label.
how can i call it in JSON & REST
----
In the new choices table, we can find the labelname with value.
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2015 04:48 AM
You can call the table sys_choice, name = tablename, element = field name and that will give you the Label of the field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2015 04:48 AM
You can call the table sys_choice, name = tablename, element = field name and that will give you the Label of the field.