Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

GetAssets GetVisibleSearchFields is used for fetching information about assetsthe filters that can be used for different searches. This is a search on the Digizuite product.

...

Required parameters

NameExampleDescription
SearchNamemethodGetAssetsGetVisibleSearchFieldsFixed parameter that identifies the endpoint method.
SearchNameDigiZuite_System_Framework_SearchThe search name for which filters should be returned.
accessKey2d8319f4-7a57-4ca0-a027-c44c2f259aacAccessKey for API

Optional parameters

...

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

...

sDateBetween
AND
sDateBetween_end

...

Defines what the result should be sorted on. Can be one value or a comma seperated list of values. The list of possible values are:

  • sortDateAsc
  • sortDateDesc
  • sortAlphabeticAsc
  • sortAlphabeticDesc
  • sortAssetTypeAsc
  • sortAssetTypeDesc

N/A

cUrl data example

Info
iconfalse

--data "SearchName=GetAssets&accesskey=faa9987b-7b2d-47de-ab3a-92993146a802&sAssetId=3119method=GetVisibleSearchFields&searchName=DigiZuite_System_Framework_Search&accessKey=d8eb5e9a-cf83-4cf0-a1f9-16d7a8e51cfb"

Success Response

Code : 200 OK

Content example

Code Block
languagejs
{
	"successsearchFields": true[
		{
			"itemId":0,
			"errormetafieldItemId":0,
			"dataTypeId":0,
			"totalparameterName":"sAssetType",
"1			"renderType":"assettype",
			"itemsvalueHandler":"InList",
			"hardcodedValues":[]
		},
		{
			"itemId":12996,
"23624"			"metafieldItemId":12994,
			"dataTypeId":61,
			"totalCasesparameterName":"sBitInput",
"1			"renderType":"bool",
			"assetIdvalueHandler":"Equals",
			"3119",hardcodedValues":[]
		},
		{
			"itemId":13000,
			"23624metafieldItemId":12998,
			"assetTypedataTypeId":68,
"4			"parameterName":"sComboValueInput",
			"fileSizerenderType":"combo",
"4318504			"valueHandler":"Equals",
			"namehardcodedValues":[]
		},
		{
			"itemId":0,
			"thumbmetafieldItemId":0,
			"dataTypeId"https://mm-dam.dev.digizuite.com/dmm3bwsv3/3119_3_11_4_11_0_faa9987b-7b2d-47de-ab3a-92993146a802_False.jpg?mptdid=963100,
			"parameterName":"sDateBetween",
			"downloadSourcerenderType":"datebetween",
			"https://mm-dam.dev.digizuite.com/dmm3bwsv3/3119_0_11_4_44_0_faa9987b-7b2d-47de-ab3a-92993146a802_True_.jpgvalueHandler":"Between",
			"imagePreviewhardcodedValues":[]
"https://mm-dam.dev.digizuite.com/dmm3bwsv3/3119_2_11_4_11_0_faa9987b-7b2d-47de-ab3a-92993146a802_False.jpg?mptdid=96309"		},
		{
			"itemId":9310,
			"metafieldItemId":9309,
			"videoPreviewdataTypeId":61,
			"parameterName"https://mm-dam.dev.digizuite.com/dmm3bwsv3/3119_10079_11_4_11_0_faa9987b-7b2d-47de-ab3a-92993146a802_False.mp4?mptdid=0:"sIsPublic",
			"videoPosterrenderType":"bool",
			"https://mm-dam.dev.digizuite.com/dmm3bwsv3/3119_2_11_4_11_0_faa9987b-7b2d-47de-ab3a-92993146a802_False.jpg?mptdid=96309valueHandler":"Equals",
			"sourceLocationPathhardcodedValues":[]
"\\\\DZ-DEV-APP01\\mmdev\\dmm\\Assets\\1-10000\\3101-3200\\3119\\3119_.jpg"		},
		{
			"itemId":2481,
			"importDatemetafieldItemId":2380,
"2017-12-19T15:54:23.990+01:00			"dataTypeId":169,
			"parameterName":"sKeywords",
			"renderType":"multicombo",
			"importedByvalueHandler": "SuperAdministratorAllInList",
			"assetVersionIdhardcodedValues":[]
		},
		{
			"itemId":5722,
			"isPublicmetafieldItemId":5719,
			"1dataTypeId":300,
			"neverExpireparameterName": "1sMenu",
			"endDaterenderType":"tree",
"2017-12-19T15:54:24.060+01:00			"valueHandler":"InList",
			"publishedhardcodedValues":[]
		},
"1"		{
			"itemId":13040,
			"writeAccessmetafieldItemId":13038,
			"1dataTypeId":60,
			"readAccessparameterName":"sStringInput",
"1			"renderType":"string",
			"displayAssetIdvalueHandler": 3119"Equals",
			"displayitemIdhardcodedValues":[]
23624,
		},
		{
			"displayNameitemId":22406,
			"metafieldItemId":22402,
			"displayAssetTypedataTypeId":68,
"4			"parameterName":"sWorkflowStatus",
			"displayFileSizerenderType": "4318504multicombo",
			"displayImportedByvalueHandler": "SuperAdministratorInList",
			"displayImportDatehardcodedValues":[]
		}
"2017-12-19T15:54:23.990+01:00"
	}	],
	"success":true,
	"errors":[]
}

Error Response

Code : 200 OK

Content  example

...