- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2022 09:28 AM
Can we integrate serviceNow with Postman Application?
Can we get a list of catalog item and their categories from servicenow instance to postman application ? if possible then How?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2022 10:19 AM
Hi
yes, this is possible - even without any additional implementation, as ServiceNow has a dedicated API just for the Service Catalog.
For example to get a list of catalog items: https://developer.servicenow.com/dev.do#!/reference/api/rome/rest/c_ServiceCatalogAPI#servicecat-GET...
Maik

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2022 10:07 AM
Hi
Postman is an API client generally used to test or create API.
If you have generated API / endpoint for catalog table, yes you can test in Postman.
Regards,
Sumanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2022 10:09 AM
You can generate endpoint from Rest API explorer in instance
It would be like
GET https://dev12345.service-now.com/api/now/table/{tableName}
Mark as correct and helpful if it solved your query.
Regards,
Sumanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2022 10:19 AM
Hi
yes, this is possible - even without any additional implementation, as ServiceNow has a dedicated API just for the Service Catalog.
For example to get a list of catalog items: https://developer.servicenow.com/dev.do#!/reference/api/rome/rest/c_ServiceCatalogAPI#servicecat-GET...
Maik