2018-03-02 08:27 AM
Cross-reference field module id not coming in API (both in REST and SOAP)
E.g. : when we get a application which has cross-reference to another application it gives field values and level id of the cross-reference but not the module ID which the cross-ref is attached to.
2018-03-02 10:08 AM
Use the Level ID to get your Module ID.
/api/core/system/level/*levelid*
2018-03-05 12:44 AM
Hi,
Thanks a lot for your suggestion , yeah i totally agree but i was just trying to reduce an API call as for related records API is returning moduleID in the response itself.