v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
CustomFields > ResourceField

Reads all Resource fields

Reads schema custom fields

get/api/2026-07-01/resources/custom_fields/resource_fields

Query parameters

ids[]string[]

Resource field identifiers

Resource field identifiers

[
  "1"
]
field_ids[]string[]

Custom Field identifiers

Custom Field identifiers

[
  "2"
]
schema_ids[]string[]

Custom Resources Schema identifiers

Custom Resources Schema identifiers

[
  "1",
  "3"
]

Response

OK

Example response

{
  "data": [
    {
      "id": "1",
      "field_id": "2"
    }
  ]
}