Create

Creates a new DataClip.

Authentication

AuthorizationBearer

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

Headers

X-Disable-Hooks"true"Required

Request

This endpoint expects an object.
namestringRequired
The name of the DataClip.
sourceSheetIdstringRequired
The ID of the source sheet.
descriptionstringOptional
A description of the DataClip.
collaboratorslist of stringsOptional
The list of collaborators.
sharedLinkAccessenumOptional
The type of shared link to generate for the DataClip.
Allowed values:

Response

This endpoint returns an object.
idstring
Data Clip ID
namestring
The name of the DataClip.
sourceSheetIdstring
The ID of the source sheet.
clipSheetIdstring
The ID of the sheet that is clipped from source sheet.
workbookIdstring
The ID of the workbook.
statusstring
The status of the DataClip.
createdBystring
The user who created the DataClip.
updatedAtdatetime
The date when the DataClip was updated.
createdAtdatetime
The date when the DataClip was created.
descriptionstring
A description of the DataClip.
mergedAtdatetime
The date when the DataClip was merged.
deletedAtdatetime
The date when the DataClip was deleted.
guestLinkUrlstring
A URL for guests to access the DataClip.
accessTokenstring
A signed token associated with the guest link.
sharedLinkAccessstring
Indicates the shared link access level, public or restricted

Errors

400
Bad Request Error
404
Not Found Error