Create Asset

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
titlestringRequired
propertiesmap from strings to stringsRequired
labelsset of stringsRequired
dataScopesset of objectsRequired

The data scopes associated with the asset.

attachmentsset of stringsRequired
descriptionstringOptional
typestringOptional
workspacestringOptional

The workspace in which to create the asset. If not provided, the asset will be created in the default workspace for the user’s organization, if the default workspace for the organization is configured. All data scopes, attachments, and the optional asset type must be in the same workspace.

Response

This endpoint returns an object.
ridstring
titlestring
propertiesmap from strings to strings
labelsset of strings

Labels associated with the asset. These labels do not have a time dimension. To associate labels with a range of time, create a time range on the asset with labels.

dataScopeslist of objects

The data scopes associated with the asset.

createdAtdatetime
updatedAtdatetime
attachmentsset of strings
isStagedboolean

Auto created assets are considered staged by default.

descriptionstringOptional
createdBystringOptional
typestringOptional