- Confirming how a value was normalized
- Discovering a provider field the unified schema does not cover
- Debugging a discrepancy a customer has reported
Requesting raw data
Addinclude_raw_data=true to any list or retrieve request. It defaults to false.
raw_data object appears on each record:
Active became ACTIVE, S became SINGLE, and badgeId has no unified equivalent. The first two are enum normalization; the third is what custom fields exist for.
Raw data is available on the 88 data endpoints across HRIS, ATS and LMS. It is not returned by the connector, integration, webhook, custom field or meta endpoints, since those describe Bindbee’s own resources rather than synced third-party records.
Related
Custom fields
Map a raw value onto a stable key using JMESPath.
Get Raw Data
API reference for inspecting a connector’s upstream payload.
Preview
Test a JMESPath expression against a connector before saving it.
Enum values
Why a source value became the normalized one you see.