Add Records To Clip

Adds records to an existing DataClip.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

dataClipIdstringRequired
Data Clip ID

Headers

X-Disable-Hooks"true"Required

Request

This endpoint expects an object.
recordIdslist of stringsRequired

Response

This endpoint returns an object.
successboolean
commitIdstringOptional
Commit ID
countsobjectOptional
recordslist of objectsOptional
List of Record objects, including links to related rows
versionIdstringOptionalDeprecated

Deprecated, use commitId instead.

Errors

400
Bad Request Error
404
Not Found Error