Add Records To Clip

Adds records to an existing DataClip.

Path parameters

dataClipIdstringRequired
Data Clip ID

Headers

AuthorizationstringRequired

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

X-Disable-Hooks"true"Required

Request

This endpoint expects an object.
recordIdslist of stringsRequired

Response

This endpoint returns an object.
successboolean
commitIdstring or null
Commit ID
countsobject or null
recordslist of objects or null
List of Record objects, including links to related rows
versionIdstring or nullDeprecated

Deprecated, use commitId instead.

Errors