Create
Creates a new DataClip.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
X-Disable-Hooks
Request
This endpoint expects an object.
name
The name of the DataClip.
sourceSheetId
The ID of the source sheet.
description
A description of the DataClip.
collaborators
The list of collaborators.
Response
This endpoint returns an object.
id
Data Clip ID
name
The name of the DataClip.
sourceSheetId
The ID of the source sheet.
clipSheetId
The ID of the sheet that is clipped from source sheet.
workbookId
The ID of the workbook.
status
The status of the DataClip.
createdBy
The user who created the DataClip.
updatedAt
The date when the DataClip was updated.
createdAt
The date when the DataClip was created.
description
A description of the DataClip.
mergedAt
The date when the DataClip was merged.
deletedAt
The date when the DataClip was deleted.
guestLinkUrl
A URL for guests to access the DataClip.
accessToken
A signed token associated with the guest link.