IBM Maximo: Dicas de APIs Rest: Difference between revisions

From Wiki
No edit summary
Line 11: Line 11:
* [https://www.linkedin.com/pulse/custom-autoscript-end-point-realizes-access-oauth2-yasutaka-nishimura/ Custom autoscript end point realizes to access OAuth2 protected resources]
* [https://www.linkedin.com/pulse/custom-autoscript-end-point-realizes-access-oauth2-yasutaka-nishimura/ Custom autoscript end point realizes to access OAuth2 protected resources]


= Technotes =
* [https://www.ibm.com/support/pages/maximo-json-mapping-looking-example Maximo JSON mapping - looking for an example?]


= URLs =
= URLs =

Revision as of 17:15, 25 January 2022


Documentação

Artigos de Referência

Technotes

URLs

/maximo/oslc/os/MXINTOBJECT

/maximo/oslc/os/MXOBJECTCFG

Headers

Key Value Description
maxauth base64(username:password) Username and Password encoded as base64
Content-Type application/json Example
Accept application/json Example

Parameters

Key Value Description
lean 1 simple notation
oslc.select - Fields to retrieve. Sample: intobjectname,description,rel.maxintobjdetail{objectname,hierarchypath}
oslc.pageSize - Page size. Sample: 1001
oslc.where application/json

Where clause. Sample:

  • usewith='INTEGRATION'
  • objectname IN ['WORKORDER','WOACTIVITY']

Ver também