Cireson API for catalog items
Is there a Cireson API to use in order to collect information about certain catalog items? We are creating an e-service in another management system since only IT are using Service Manager and we would like to be able to retrieve computer and mobile models from Service Manager (the models are created as catalog items in Service Manager) and display them in the e-service in the other management system. That way Service Manager will be the master of this information and we don't have to manually update the models on two different systems whenever there is a model change. I have checked the Cireson API documentation, but can't find any that is connected to catalog items.
Answers
Hi @Joakim_Normann
You'll be best off using the Platform APIs.
These are self documented at <portaladdress>/Platform/api
You will need <portaladdress>/Platform/api/Cached_CatalogItem to get the Catalog Items.
These are oData APIs so support all normal oData functions such as filtering etc.
Finally, you need to use an Authentication Token for auth. These can be created through the Portal Admin menu. More info can be found in the first section of this article
https://kb.cireson.com/article/user-guide-authentication-tokens-and-knowledge-base-reporting/2507
Geoff.