Rest API to get all variables of one catalog items for integration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2023 03:47 PM
Hi All,
I am new to this REST API and have a requirement to create an API which will contains all the variables included in my New Hire Catalog item.
We need to share this API to third party who can then post the message to service-now.
Issue is my New Hire Catalog item contains variables of different type Like: Department ( which is type reference for cmn_department table , location reference to table cmn_location )
Can we create a single REST API which will help in GET all of my variables info and if variable is reference then all the values of the reference table.
Please advice, I tried https://developer.servicenow.com/dev.do#!/reference/api/tokyo/rest/c_ServiceCatalogAPI#servicecat-GE... but new to this REST API
Thanks&Regards,
B
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-04-2024 06:45 AM
Did you ever come up with an answer to this question? We have a similar use case/request.
Thank you