Retrieve an existing resource

View a specific existing resource, using the appropriate resource type form, using the resource identifier and form identifier.

SecurityJWT
Request
path Parameters
resourceId
required
string <uuid>

Resource's resource identifier; available in Resource Summary

Example: 98b00f41-e840-11ee-936a-26ee6306d735
formCode
required
string

Resource's form code; available in Resource Summary

Example: RMS_PLASTICS_M_PARENT_EDIT
Responses
200

OK

get/resource/{resourceId}/form/{formCode}/withForm
Response samples
application/json
{
  • "entity": {
    },
  • "cookedFormMetadata": {
    }
}