v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBCustomFields > Value
Reads all Values
Reads all Values
get/api/2026-07-01/resources/custom_fields/values
Query parameters
employee_ids[]string[]
Employee identifiers to filter custom field values by
Employee identifiers to filter custom field values by
[ "18" ]
identifiers[]string[]
Custom field to filter by identifier
Custom field to filter by identifier
[ "01f931507aa27e1168025e27cd46b8588435b741" ]
ids[]string[]
Custom field value identifiers to filter by
Custom field value identifiers to filter by
[ "73" ]
instance_idstring
Identifier of the instance that the custom field value is attached to
Example:18
Identifier of the instance that the custom field value is attached to
valuestring
Custom field value to filter by
Example:1235436
Custom field value to filter by
slugstring
Custom field slug to filter by
Example:matricule
Custom field slug to filter by
field_idstring
Custom field identifier to filter by
Example:75
Custom field identifier to filter by
updated_at_gteqstring
Filter values updated on or after this date (ISO 8601 format).
Example:2024-10-06
Filter values updated on or after this date (ISO 8601 format).
Response
OK
Example response
{
"data": [
{
"id": "73",
"value": "1235436",
"long_text_value": "1235436",
"custom_field_identifier": "01f931507aa27e1168025e27cd46b8588435b741",
"date_value": "2024-10-06",
"single_choice_value": "Option 1",
"cents_value": 100,
"valuable_id": "18",
"field_id": "75",
"valuable_type": "Employee",
"label": "Matricule",
"required": true,
"usage_group_id": "37",
"usage_group_slug": "employees-questions",
"updated_at": "2024-10-06T00:00:00.000Z"
}
]
}