v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
CustomResources > Value

Reads a single Value

Reads a single Value

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

Path parameters

idstring required

Values identifiers

Response

OK

idstring required

Value identifier

resource_idstring required

The identifier of the resource that owns the resource value

attachable_idstring

The id of the attached resource like an employee

Example response

{
  "id": "1",
  "resource_id": "1",
  "attachable_id": "1"
}