Create Record View Link With Service
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-Version
Request
This endpoint expects an object.
connection_id
Connection containing the record.
lookup_key_field
The schema lookup-key field used to identify the record. V1 only accepts the schema’s single effective primary key.
lookup_key_value
The lookup-key value for the record.
schema_id
Schema containing the record.
expires_at
Optional expiry timestamp. Defaults to 72 hours and cannot exceed 7 days.
fields
Optional field IDs to include. If omitted, all eligible readable fields are included.
source
Optional creator/source label.
Response
OK
data
Errors
400
Bad Request Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error
