Versions Compared

Key

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

This search is used for getting the available asset types in the system.

...

cUrl data example

Info
iconfalse

--data "SearchName=GetAssetTypes&query=image&accesskey=eb774621-1c2f-467b-b006-a8efa67094a7"

Success Response

Code : 200 OK

Content example

Code Block
{
	"success": true,
	"error": "",
	"total": "1",
	"items": [{
		"itemId": "3",
		"total": "1",
		"assetTypeId": "4",
		"name": "Image",
		"metafieldGroupId": "10025"
	}]
}

Error Response

Code : 200 OK

Content  example

...