Can we get a list of catalog item and their categories from servicenow instance to postman application ? if possible then How?

Tejas Chaudhari
Kilo Contributor

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?

 

1 ACCEPTED SOLUTION

Maik Skoddow
Tera Patron
Tera Patron

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

View solution in original post

3 REPLIES 3

SumanthDosapati
Mega Sage
Mega Sage

Hi @Tejas Chaudhari ,

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

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


					
				
			
			
				
			
			
				
			
			
			
			
			
			
		

Maik Skoddow
Tera Patron
Tera Patron

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