- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2016 06:34 AM
I'm trying to reference a variable set variable in a Rest API call. Is that possible and, if so, what's the syntax?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2016 06:39 AM
Hi Steve,
I don't believe this is available with the standard table API. You will have to create your own scripted REST API to accomplish this.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2016 06:39 AM
Hi Steve,
I don't believe this is available with the standard table API. You will have to create your own scripted REST API to accomplish this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2016 07:02 AM
Okay, thanks. I'll find a different way, maybe with Scripting.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2020 06:58 AM
Actually, it's possible but when you refer variables set only the first result on the response body will show you the values and variables set. Through the Retrieve records from a table (GET) you will get only the first result in the response body. If you go through the Retrieve a record (GET) you can place the sys_id at the end of the URL .

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2020 06:57 AM
Actually, it's possible but when you refer variables set of a catalog only the first result on the response body will show you the values and variables set. Through the Retrieve records from a table (GET) you will get only the first result in the response body. If you go through the Retrieve a record (GET) you can place the sys_id at the end of the URL .