IBM Maximo: Dicas de APIs Rest: Difference between revisions

From Wiki
(Criou a página com "Documento em Rascunho (Draft) = URLs = === Getting the list of Object Structures- Quickr/Portal === '''Request''' <small>curl -X GET '/maximo/oslc/os/MXINTOBJECT?lean=1...")
 
Line 7: Line 7:
'''Request'''
'''Request'''


  <small>curl -X GET '/maximo/oslc/os/MXINTOBJECT?lean=1&oslc.select=intobjectname,description,rel.maxintobjdetail{objectname,hierarchypath}&oslc.pageSize=1001&oslc.where=usewith%3D%22INTEGRATION%22'</small> \
  curl -X GET '/maximo/oslc/os/MXINTOBJECT?lean=1&oslc.select=intobjectname,description,rel.maxintobjdetail{objectname,hierarchypath}&oslc.pageSize=1001&oslc.where=usewith%3D%22INTEGRATION%22' \
  -H 'Accept: application/json' \
  -H 'Accept: application/json' \
  -H 'Cache-Control: no-cache' \
  -H 'Cache-Control: no-cache' \
  -H 'Content-Type: application/json' \
  -H 'Content-Type: application/json' \
  -H 'maxauth: '''<CHANGE_HERE>''''
  -H 'maxauth: '''<CHANGE_HERE>''''


= Ver também =
= Ver também =

Revision as of 19:14, 8 December 2021

Documento em Rascunho (Draft)

URLs

Getting the list of Object Structures- Quickr/Portal

Request

curl -X GET '/maximo/oslc/os/MXINTOBJECT?lean=1&oslc.select=intobjectname,description,rel.maxintobjdetail{objectname,hierarchypath}&oslc.pageSize=1001&oslc.where=usewith%3D%22INTEGRATION%22' \
-H 'Accept: application/json' \
-H 'Cache-Control: no-cache' \
-H 'Content-Type: application/json' \
-H 'maxauth: <CHANGE_HERE>'

Ver também