- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2017 04:18 PM
Hello Community, I have a request to provide a REST web service (read-only) into the sys_choice, using the Table API.
Here pictured below is the sys_choice table with 'Allow access to this table via web services' checked.
and here is the Ugggh!, the sys_choice table cannot be selected. Is there a better/another way to accomplish this ask? Many thanks to all those that reply. -
Solved! Go to Solution.
- Labels:
-
Integrations
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2017 02:41 PM
Using Hurl.it - Make HTTP requests
this is workign as an inbound REST call.
https://<your instance name>/api/now/table/sys_choice?sysparm_query=name%3Dalm_asset&sysparm_fields=name%2Celement%2Clabel&sysparm_limit=10

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2017 04:23 PM
Please check this if it helps: rest based api to fetch choice records for a given field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2017 08:16 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2017 02:41 PM
Using Hurl.it - Make HTTP requests
this is workign as an inbound REST call.
https://<your instance name>/api/now/table/sys_choice?sysparm_query=name%3Dalm_asset&sysparm_fields=name%2Celement%2Clabel&sysparm_limit=10