Versions Compared

Key

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

This method is used for getting the itemid from the uploadid. This method is only needed pre Digizuite 4.8.0, as it is not returned on method AddUploadFile

...

NameExampleDescription
methodGetItemidFromAssetDigiuploadidFixed parameter that identifies the endpoint method.
accessKeyeb774621-1c2f-467b-b006-a8efa67094a7AccesKey for API
uploadid1234uploadid from AddUploadFile

...

cUrl data example

Info
iconfalse

--data "method=AddUploadFileWithNameAndSettingsNoDate&accesskey=eb774621-1c2f-467b-b006-a8efa67094a7&filename=example.jpg&name=example&computername=testuploader"

Success Response

Code : 200 OK

Content example

Code Block
{
	"success": true,
	"total": 1,
	"error": "",
	"items": [{
		"uploadId": 318,
		"itemId": 10621
	}],
	"warnings": null
}

Error Response

Code : 200 OK

Content  example

...