View an existing resource

View details for a specific resource, in the appropriate Resource Type form, using the resource identifier and form identifier.

SecurityJWT
Request
path Parameters
resourceId
required
string <uuid>
formCode
required
string
Responses
200

OK

get/resource/{resourceId}/form/{formCode}
Response samples
application/json
{
  • "identifier": "e0c7bdbf-3031-11ec-b9d4-de0f29bf6378",
  • "establishingProgramVersion": {
    },
  • "account": {
    },
  • "naturalGeography": {
    },
  • "watermark": 0,
  • "inputs": [
    ],
  • "outputs": [
    ],
  • "parameters": [
    ],
  • "programs": [
    ],
  • "processes": [
    ],
  • "projects": [
    ],
  • "proponents": [
    ],
  • "embeddedResources": [
    ]
}