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
dataClipId
Data Clip ID
Headers
X-Disable-Hooks
Request
This endpoint expects an object.
recordIds
Response
This endpoint returns an object.
success
commitId
Commit ID
counts
records
List of Record objects, including links to related rows
versionIdDeprecated
Deprecated, use commitId
instead.