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
commitIdstring
Commit ID
countsobject
recordslist of objects
List of Record objects, including links to related rows
versionIdstringDeprecated

Deprecated, use commitId instead.

Errors

400
Bad Request Error
404
Not Found Error