- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2015 10:33 AM
I have a Catalog Item that has variables. When I perform a Get for a request Item for that Catalog Item (sc_req_item) via the REST API it doesn't return the values that were set for the variables on that Request Item. Is there a way to have these included in the Get or a way to query that information from the REST API?
Solved! Go to Solution.
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2015 10:56 AM
You need to use the variable ownership table (sc_item_option_mtom). Query by the Request Item and you'll get a list of variables for it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2017 12:10 PM
Hi Pavlo,
I didn't end up doing this so i don't have anything to share. Though you should be able to query the table like Joshua suggested above and get back the variables and their values for a specific request item.
Thanks,
David Bernard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2017 03:19 AM
hey david,
Are you done with the API that Pavlo asked? I have same query.
thanks in Advance
