ibmmaximorestjsonapis / maximorestclient

The Maximo REST client library provides a set of driver API's which can be consumed by an JAVA based web component that would like to interface with a Maximo instance.
Apache License 2.0
42 stars 43 forks source link

Retrieving related objects using the "rel.<relationship>" approach not (yet) supported? #33

Open DannyBols opened 3 years ago

DannyBols commented 3 years ago

It looks like the "rel" option for retrieving (nested) related objects is not yet supported by the java library.

Example for retrieving all the assets of a specific item: https:///maximo/oslc/os/mxitem?&collectioncount=1&oslc.select=itemnum,rel.ASSET{assetnum, description}&oslc.where=itemsetid%3D%22myItemSet%22+and+itemnum%3D%22myItemNum%22

This approach is documented in chapter "4.1. Select Clause example" of the IBM Maximo REST API (https://developer.ibm.com/static/site-id/155/maximodev/restguide/Maximo_Nextgen_REST_API.html).

Are there any plans for support of this part of the API?

Thanks

Danny Bols