Here is a quick guide about how to use API authentication with MxLoader. Generate API Key Follow these steps to generate an API Key for your user. Login to Maximo with administrative account. Go to Administration > Work Center > Integration. Click on the API Keys and click on the Add API Keys button Search […]
Querying data with MxLoader using REST service
MxLoader 7.1 and above supports the new Maximo JSON APIs that are available from Maximo 7.6.0.2. The REST APIs are based on the OSLC protocol so there are some changes you have to consider. The most important difference between OS and REST service is the format of the where clause that can be set in […]
Sending SMS from Maximo calling an external Web service
In my last project I had to implement a customization to send SMS messages using Skebby. The service APIs are obviously based on REST and JSON so I ended up writing an automation script to integrate Maximo with the Skebby service.In the process of writing the code I have faced (and solved) some interesting issues […]
Maximo REST APIs reference material
Legacy REST API The REST API are available in Maximo starting from version 7.5.Here is a collection of useful resources to learn how to use REST in Maximo. Official MAM REST API documentation RESTing with Maximo (developerWorks) Using REST API Details (developerWorks) Maximo REST API usage example NextGen REST API The official documentation for the […]