Maximo

Maximo

Come for answers, stay for best practices. All we're missing is you.

 View Only
  • 1.  Work Order REST API

    Posted Mon September 26, 2022 01:34 AM
    Can somebody share Maximo Work Order REST APIs.
    There are various documentations for Maximo REST APIs, but I want the documentation that strictly matches with <domain>/maxrest/rest/os/mxapiwo as request URL.

    ------------------------------
    Quickwork Test
    ------------------------------

    #AssetandFacilitiesManagement
    #Maximo


  • 2.  RE: Work Order REST API

    Posted Mon September 26, 2022 02:13 AM
    I'm not sure if this is what you are after but you could check out the swagger for your environment.

    https://[maximo.serrver.URL]/maximo/oas3/api.html?includeactions=1#/Maximo_API_for_Work_Orders_(MXAPIWO)

    This will give examples and the ability to test soem calls online.

    ------------------------------
    Michael Kasteel
    Director
    ISW
    0402830412
    ------------------------------



  • 3.  RE: Work Order REST API

    Posted Tue September 27, 2022 10:43 AM
    The API Michael referenced is utilizing our new JSON API which is what we recommend to utilize. The legacy /maxrest/rest still exists but is lacking many of the enhanced capabilities we've added to the JSON API. You can access the documentation about the newer JSON API here (https://community.ibm.com/community/user/asset-facilities/viewdocument/maximos-rest-api-aka-json-api-os?CommunityKey=ed77c224-45e2-47b0-b574-cc31496f9a41&tab=librarydocuments)

    If you absolutely must use the legacy API, the only things I know we have about it are https://www.ibm.com/support/pages/using-rest-api-details & https://www.ibm.com/support/pages/resting-maximo

    Again, I strongly recommend not utilizing this unless you absolutely have to use it. The improvements in the JSON API make it a much better choice for development.

    ------------------------------
    Steven Shull
    ------------------------------