GetAssets is used for fetching information about assets. This is a search on the Digizuite product.
...
Auth required : Yes
Required parameters
Name | Example | Description |
---|---|---|
SearchName | GetAssets | Fixed parameter that identifies the endpoint search. |
accessKey | 2d8319f4-7a57-4ca0-a027-c44c2f259aac | AccessKey for API |
Optional parameters
Name | Example | Description |
---|---|---|
sAssetId | 100 | ID of an asset in Digizuite |
sChannelFolderId | 100 | ID of a channel in Digizuite. Use this for getting assets that are published to a specific channel |
sCatalogFolderId | 100 | ID of catalog folder ID. Use this for getting assets in a specific catalog. |
sAssetType | 4 | Filter for asset type (NEED TO DOCUMENT ASSET TYPES) |
sDateBetween | sDateBetween="10/5/2017"& sDateBetween_end="17/5/2017" | Filter for upload date |
FreeText | "test" | Search in title, description and keywords for the input. This can be modified to search on more fields. |
cUrl data example
Info | ||
---|---|---|
| ||
--data "SearchName=GetAssets&accesskey=faa9987b-7b2d-47de-ab3a-92993146a802&sAssetId=3119" |
Success Response
Code : 200 OK
...