Create Record View Link With Service

Beta

Creates a short-lived capability link for viewing one stored record snapshot.

Authentication

AuthorizationBearer
Bearer user API key
OR
AuthorizationBasic

Basic organization-scoped API key

Headers

X-Polytomic-VersionstringOptional

Request

This endpoint expects an object.
connection_idstringRequiredformat: "uuid"
Connection containing the record.
lookup_key_fieldstringRequired

The schema lookup-key field used to identify the record. V1 only accepts the schema’s single effective primary key.

lookup_key_valuestringRequired

The lookup-key value for the record.

schema_idstringRequired
Schema containing the record.
expires_atdatetime or nullOptional
Optional expiry timestamp. Defaults to 72 hours and cannot exceed 7 days.
fieldslist of stringsOptional
Optional field IDs to include. If omitted, all eligible readable fields are included.
sourcestringOptional

Optional creator/source label.

Response

OK
dataobject

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error