Where Can I find the APIs to get the Form Data in Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2022 12:07 PM
Hi Everyone,
I have different forms in the Service Catalog. I am searching for the APIs to get the Forms information like below:
1. Where Can I find the API to get the below information
- Form ID
- Form Name
- Form Fields
- Form Field Types
- Form Field Length
- The field is Mandatory or not
2. I am finding the API to integrate them in our Platform. So, Could anyone help me to get those APIs in the ServiceNow
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2022 11:56 AM
Okay Hitoshi Ozawa. I will post it as a new question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2022 06:47 PM
Hi Srinivas,
On your instance, if you navigate to System Web Services > REST > REST API Explorer, and select "sn_sc" as the Namespace, you will be able to see a list of methods available for the Service Catalog API. What's good about the REST API Explorer is that you can test out the API call, review the response body and get code samples on how to call the API for your integration.
Note: If you are not the platform admin, you may need the rest_api_explorer role to access the REST API Explorer. Do not use the explorer on production instance.
Hope this helps!
Thanks,
Jenny