Maximo Open Forum

 View Only
  • 1.  MAS Integration

    Posted 23 hours ago

    Hi Everyone,

    When I call MAS 9 OSLC API in Postman, I'm getting HTML response instead of JSON/XML.

    Example:
    https://mydomain/maximo/oslc/os/mxapiasset?lean=1

    It seems to return a login/error HTML page instead of API data.

    Has anyone faced this in MAS 9?
    Could you please advise on it?

    Thanks!


    #Infrastructure
    #Integrations
    #MaximoApplicationSuite

    ------------------------------
    Munikrishnan Raji
    comm-it
    ------------------------------


  • 2.  RE: MAS Integration

    Posted 12 hours ago

    Replace the /oslc route with /api and use an API Key in the header. Example:

    GET https://mydomain/maximo/api/os/mxapiasset?lean=1&oslc.pageSize=10&oslc.select=assetnum,siteid,description
    apikey: xxxxxxxxxx

    Hope this helps.



    ------------------------------
    Alex Walter
    A3J Group LLC
    ------------------------------