Asset CRUD operations¶
In this section you'll find details about creating, retrieving, updating, deleting, and searching for assets. Rather than covering every asset type in detail (since there are many), the subsections focus on the operations and patterns to follow for each operation.
For more details on specific assets that are primarily intended to be managed programmatically, see the API-first models.
- Create an asset
- Retrieve an asset
- Update an asset
- Delete an asset
- Restore an asset
- View history of an asset
- Search for assets
In many cases, you can also combine multiple operations into a single API call for efficiency.