Custom Fields

Get Raw Data

Inspect the raw upstream payload for a connector + (category, model). Use this to discover the field structure before writing a JMESPath. Returns the latest synced row's raw_data; falls back to the integration's canned sample if the connector has never synced. Provide exactly one of connector_token or integration_slug.

get/api/v1/custom-fields/raw-data

Query parameters

category'HRIS' | 'ATS' | 'LMS' required
modelstring required
Example:employee
connector_tokenstring nullable

Connector token — returns the connector's latest synced row, falling back to integration sample.

Example:i5kqe8bSedEdPLX9pHhFojKdo7Uzvue0f7I4NVhaDfV0GTxF0uAgwa_COb3zZU3T

Connector token — returns the connector's latest synced row, falling back to integration sample.

integration_slugstring nullable

Integration slug — returns the integration's canned sample (no connector required).

Example:workday

Integration slug — returns the integration's canned sample (no connector required).

Response

Successful Response

{"stackTrail":"paths:/api/v1/custom-fields/raw-data:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","title":"Response Get Raw Data Api V1 Custom Fields Raw Data Get"}

Changes