Overview
Get an asset
Description |
This operation queries the aa:asset resource for a given asset ID. |
---|---|
Input |
System ID and asset ID. |
Output |
The aa:asset resource for the requested asset ID. |
Steps |
Starting with the aa:asset resource, you can use the link rels in that resource to get additional information, or to update or delete the asset. |
Get an asset with attributes and time-based annotation
Description |
This operation gets the aa:asset resource for a given asset ID. Optionally, you can request an embedded aa:attributes resource with the custom attributes of the asset, and an embedded aa:time-based resource with time-based annotation. |
---|---|
Input |
A system ID and an asset ID. |
Output |
The aa:asset resource with embedded aa:attributes resource. |
Steps |
|
Update attributes of an asset
Description |
This operation updates attributes of an asset. |
---|---|
Input |
A system ID, asset ID, and a list of attributes to change. |
Output |
none |
Steps |
|
Update time-based annoation
Description |
This operation updates the time-based annotation of an asset. |
---|---|
Input |
The system ID, asset ID, and a list of segments of one or more layers to update and create. |
Output |
The response is a JSON in the same format and in the same order for the segments as in the request body, but with the generated IDs for created segments. |
Steps |
|
Delete segments of time-based annoation
Description |
This operation deletes segments of the time-based annotation of an asset. |
---|---|
Input |
The system ID, asset ID, and a filter for the segments to delete. WARNING! The filter is crucial. If you leave it empty, the method deletes all segments of all layers! Typical use cases:
You should always use the layers query parameter to restrict deletion to a given layer!
|
Output |
none |
Steps |
|
Delete an asset
Description |
This operation deletes an asset. |
---|---|
Input |
A system ID and an asset ID. |
Output |
none |
Steps |
|
Previous page: Error Handling |
Up: Quick start |
Next page: Handling folder structure |