Access Configured Objects Through a REST Service

You can access the attributes of a configured object through a REST service by using the unique resource identifier.

Here's how:
  1. Navigate to the Application Composer work area.
    Note: Ensure that you're in a sandbox.
  2. Select ERP and SCM Cloud from the Application list.
  3. Click the Custom Objects node. The Custom Objects page listing the configured objects appears.
  4. Select the object for which you want to access the attributes.
  5. Click the Service link in the REST Resource column.

    A new page containing the REST API host and endpoint opens. The unique resource identifier will be in this format: https://<HOST>/fscmRestApi/resources/latest/<CustomObjectName>_c.

  6. Copy this unique resource identifier and paste it in the REST client to access the attributes of the configured objects.