Allows getting information about assets in the system.
...
Name | Data type | Example | Description |
---|---|---|---|
| Enum/int |
| The itemType of the asset. Always |
| Enum/int |
| The asset type of the asset |
| int |
| The |
| int |
| The |
| String/Guid/UUID |
| The itemGuid of the asset. Basically works like the |
| int/null |
| The assetId of the asset this asset is derived from (Cropped or trimmed), or null if this asset is not derived from another asset. |
| int/null |
| The |
| int |
| The id of the user that uploaded this asset. |
| boolean |
| If you are allowed to make changes to this asset. |
| int64/long |
| The size in bytes of the source file of this asset |
| string |
| The file extension of the source file of this asset. |
| DateTime |
| A timestamp for when this asset was originally uploaded. |
| DateTime |
| A timestamp for when this asset was last modified. |
| string |
| The value of the |
| string |
| The value of the |
| string |
| The name of the crop size that was used for derive this asset, if this asset is a crop of another asset. |
| int/null |
| The height in pixels of the source file. Only applicable for file types that has a height. |
| int/null |
| The width in pixels of the source file. Only applicable for file types that has a width. |
| string |
| The SHA1 hash of the source file of this asset. |
| String/TimeSpan/null |
| A dotnet TimeSpan for how long this video/audio file is. |
| string/url/null | A url for a small thumbnail for this asset. | |
| string/url/null | A larger thumbnail for the asset. | |
| string/url/null | A url for streaming this specific asset as video | |
| string/url/null | A url for streaming this specific asset as audio. | |
| string/url/null | A url for a pdf rendered version of this asset. | |
| string/url/null | A url for streaming the source file of this asset. | |
| string |
| The original file name of the asset, without the extension |
| boolean |
| bool indicating if this asset has been soft deleted. Soft deleted assets generally won’t be returned in search responses. |
| string |
| The |
| string |
| The username of the user that uploaded this asset. |
| string |
| The filename of the file in the underlying storage. This is usually the asset id + extension. |
| array | Information about which destinations in the digizuite the source file is available at. | |
| string |
| The original file name of the asset, with without the extension. |
| array | The transcodes that are available and has currently been generated for this asset. | |
| int |
| The id of the mediaFormat this transcode was generated as. |
| int |
| The id of the destination this format is available on. |
| int | The id of the media transcode that was used to generate this media format. | |
| string | The name of this media format | |
| string | The name of the generated file in storage. | |
| string/url/null | A url for streaming this specific format. | |
| string | An md5 hash of the generated file. | |
| string | A SHA1 hash of the generated file. | |
| dictionary | Any additional metadata that was requested using the | |
| object | Information about the locked/checkout status of the asset. | |
| int | The id of the asset that is locked. Same value as the | |
| boolean |
| If this file is locked/checked out by someone. |
| int/null | The id of the user that has locked this asset, or null if not locked. | |
| DateTimeOffset/null | The date when the lock will automatically open if not renewed before, or null if not locked. | |
| string/null | An optional note that was passed in when the asset was locked, or null if not locked or no note. |
...
Name | Example | Description |
---|---|---|
|
| The asset ids of the assets to get. |
|
| The item ids of the assets to get. |
|
| The item guids of the assets to get. |
|
| Optional parameter for additional metadata to get for each asset. The metadata response uses the same exact response format as the general metadata editor API. See INSERT LINK HERE!!!! |
|
| Optional parameter to overwrite the language the asset is returned in. If not passed, the language id from the access key will be used. |
...