Location
/api/apps/{appID}/things/VENDOR_THING_ID:{vendorThingID}/buckets/{bucketID}/objects/{objectID}/body/uploads/{uploadID}
This resource represents an upload.
Request Headers (Applies to all methods)
Authorization
header
Required: Yes
HEAD
/api/apps/{appID}/things/VENDOR_THING_ID:{vendorThingID}/buckets/{bucketID}/objects/{objectID}/body/uploads/{uploadID}
Description
Get the upload metadata.
Security
Only the administrator can execute this action.
Name
Required?
type
Description
Authorization
Yes
string
Authorization header. OAuth2 Bearer token
Name
Required?
type
Description
uploadID
Yes
string
The ID of the upload
Responses
200
Content-Type (None)
The upload metadata found.
404
Content-Type (None)
The upload was not found.
401
Content-Type (None)
Not authorized to access this method.