Where Can I find the APIs to get the Form Data in Service Catalog

srinivas naraya
Kilo Explorer

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

6 REPLIES 6

Okay Hitoshi Ozawa. I will post it as a new question.

JennyHu
Tera Guru
Tera Guru

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.

find_real_file.png

 

Hope this helps!

Thanks,
Jenny