v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
CustomResources > Resource

Reads all Resources

Reads all Resources

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

Query parameters

ids[]string[]

Resource identifiers

Resource identifiers

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

Employee identifiers

Employee identifiers

[
  "1",
  "2"
]

Response

OK

Example response

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