CustomResources > Value

Reads all Values

Reads all Values

get/api/2026-07-01/resources/custom_resources/values

Query parameters

ids[]string[]

Values identifiers

Values identifiers

[
  "1",
  "2"
]
employee_ids[]string[]

Employee identifiers

Employee identifiers

[
  "1",
  "2"
]

Response

OK

Example response

{
  "data": [
    {
      "id": "1",
      "resource_id": "1",
      "attachable_id": "1"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.