Get custom field values for an entity

Returns every custom field defined for the given entity type, grouped into sections, each populated with this specific entity’s current value — label, value (as display text), data type, and, for SELECT fields, the chosen optionGk. Fields with no value set are returned with a null value rather than omitted, so the full definition shape is always visible.

Authentication

AuthorizationBearer

BrightMove OAuth2 client_credentials - use the client_id/client_secret from User > API Keys (or an admin-managed client).

Path parameters

entityTypeIdintegerRequired

Numeric entity type id (e.g. 5 = Requirement/Job)

guidstringRequired
GUID of the entity whose values to return

Response

Field values returned