
This Page provides the steps to run any API operation that you have access to:
Generate Access Token
Click on AccessToken on the Menu- This will open the "maximo-oauth-token-generator-v2" API => Click on "Try It" - This will open up a side bar to enter the details required to generate the access token. Enter the Subscription Key shared, Scroll down to the end and click on Send button, In the response returned you will be able to see the "access_token" which will be active for 1 hour and can be used to access any other API operation.
Test any API operation
Click on Products Page => Click on Product Name - This will open the list of APIs available in the Product, Select any API from the list shown (if there are many APIs listed, name can be searched by entering the text), operations will be listed, select the desired operation, Click on "Try It" - This will open up a side bar to enter the details required -
Subscription Key
Authorization Header - Enter "Bearer {access_token from above step}"
If it is GET or DELETE request type, enter "Parameters" , else enter "Body" as json. Scroll down to the end and click on Send button, this will return the response of the API operation.
Note
‘try it’ pop up window overlays the API guidance notes, we advise to open a separate browser window where you can still view the API supporting notes.