Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

GetAssets is used for fetching information about assets. This is a search on the Digizuite product.

URL : /SearchService.js

Method : POST

Auth required : NO

Required parameters

NameExampleDescription
SearchNameGetAssetsFixed parameter that identifies the endpoint search.
sAssetId100ID of an asset in Digizuite
sChannelFolderId100

ID of a channel in Digizuite. Use this for getting assets that are published to a specific channel

sCatalogFolderId100ID of catalog folder ID. Use this for getting assets in a specific catalog.
sAssetType4Filter for asset type (NEED TO DOCUMENT ASSET TYPES)

sDateBetween
AND
sDateBetween_end

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

--data "method=LogOnAccessKeyOptions&accessKey=caf31b4b-4e43-45f7-a8aa-87cc490b6527&options={"dez.productGuid" : "AC045BF0-C538-4397-BC13-EF6A61DF6A82", "dez.useversionedmetadata" : "0", "dez.setmembersystemlanguage": "3"}"

Success Response

Code : 200 OK

Content example

{
	"success": "true",
	"items": [{
			"accessKey": "2d8319f4-7a57-4ca0-a027-c44c2f259aac",
			"memberId": "23",
			"itemid": "3154",
			"languageId": "3"
		}
	]
}

Error Response

Code : 200 OK

Content  example

{
	  "success": "false",
	  "error": "Access Denied",
	  "items":  [{
		         "accessKey": "",
		         "memberId": "0",
		         "languageId": "0"      
	}   ]
}
  • No labels