IBM Maximo: Dicas de APIs Rest: Difference between revisions

From Wiki
No edit summary
No edit summary
Line 1: Line 1:
Documento em Rascunho (Draft)
 
 
= Documentação =
 
* [https://community.ibm.com/community/user/iot/viewdocument/maximos-rest-api-aka-json-api-os?CommunityKey=ed77c224-45e2-47b0-b574-cc31496f9a41&tab=librarydocuments&LibraryFolderKey=6daea7e7-5628-48a6-9791-c272c1e15bae&DefaultView=folder Maximo's REST API (aka JSON API, OSLC API) Documentation]
* [https://developer.ibm.com/apis/catalog/maximo--maximo-manage-rest-api/Introduction/ Maximo Manage REST APIs]
 
= Artigos de Referência =
 
* [https://www.linkedin.com/pulse/send-notifications-slack-via-maximo-integration-yasutaka-nishimura/ Send notifications to Slack via Maximo Integration Framework]
* [https://www.linkedin.com/pulse/custom-autoscript-end-point-realizes-access-oauth2-yasutaka-nishimura/ Custom autoscript end point realizes to access OAuth2 protected resources]
 


= URLs =
= URLs =

Revision as of 15:55, 25 January 2022


Documentação

Artigos de Referência


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