/
DC5.0.0 6.4.2 - GetItemIdFromUploadId
DC5.0.0 6.4.2 - GetItemIdFromUploadId
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
URL : /UploadService.js
Method : POST
Auth required : Yes
Required parameters
Name | Example | Description |
---|---|---|
method | GetItemidFromAssetDigiuploadid | Fixed parameter that identifies the endpoint method. |
accessKey | eb774621-1c2f-467b-b006-a8efa67094a7 | AccesKey for API |
uploadid | 1234 | uploadid from AddUploadFile |
cUrl data example
Success Response
Code : 200 OK
Content example
{ "success": true, "total": 1, "error": "", "items": [{ "uploadId": 318, "itemId": 10621 }], "warnings": null }
Error Response
Code : 200 OK
Content example
{ "success": false, "total": 0, "error": "Access denied\r\n", "items": null, "warnings": [{ "Severity": 10, "Code": 420, "Description": "Access denied" }] }
, multiple selections available,
Related content
DC 6.0 UploadAsset
DC 6.0 UploadAsset
More like this
DC 6.0 InitiateUpload
DC 6.0 InitiateUpload
More like this
DC 6.0 Getting asset metadata
DC 6.0 Getting asset metadata
More like this
DC 6.0 Getting assets by Id
DC 6.0 Getting assets by Id
More like this
DC 5.10 Uploading and replacing assets
DC 5.10 Uploading and replacing assets
More like this
DC 6.0 Download and stream
DC 6.0 Download and stream
More like this