v2

OpenAPI 3.1.02026-07-26391214472.7 KB
records

Resolve Names

Batch-resolve record IDs to display names.

Accepts up to 50 items. Groups by object type and fetches each group in a single SQL query (WHERE id = ANY($1)), so a form with 10 lookup fields across 3 object types costs only 3 DB queries instead of 10.

Each item may set display_field to override the default name waterfall — useful when the lookup label should show e.g. account_number instead of name. Response keys are <ObjectType>:<id>:<display_field or "">.

post/api/v1/records/resolve-names

Headers

authorizationstring nullable
X-API-Keystring nullable

Request body

Response

Successful Response

{"stackTrail":"paths:/api/v1/records/resolve-names:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}