Background documentationMDO OData Services

 

MDO OData service, a new service in MII 15.0 is similar to query template service and used to fetch the data for the MDO object. You can access the service using http://<server>:<port>/XMII/IlluminatorOData/MDO.

An example of MDO OData service is http://<server>:<port>/XMII/IlluminatorOData/MDO?Mode=GetData&$format=json&MDO=”MDO Path”&Attributes=”comma separated names of attributes”. The mode supported for MDO OData service mode is GetData where <MDO> and <Attributes> are mandatory parameters.