v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
CustomResources > Resource

Reads a single Resource

Reads a single Resource

get/api/2026-07-01/resources/custom_resources/resources/{id}

Path parameters

idstring required

Resource identifiers

Response

OK

idstring required

The id of the Resource

schema_idstring required

The id of the Schema this resource belongs to

attachable_typestring required

Attachable type (the type of the attachable)

attachable_idstring required

The id of the Attachable

Example response

{
  "id": "1",
  "schema_id": "2",
  "attachable_type": "Employee",
  "attachable_id": "1"
}