createDataCollection( )


Creates a new data collection.

The request body must include an ID, details for at least 1 field, and a permissions object. If any of these are missing, the collection isn't created.

Admin Method

This function requires elevated permissions and runs only on the backend and on dashboard pages.

Permission Scopes

For app development, you must have one of the following permission scopes:
Manage Data Collections
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
collectionDataCollectionRequired

Collection details.

Returns
Return Type:Promise<DataCollection>
Was this helpful?
Yes
No