GetObjectInfo

Interface description

Query the basic information of the file.

Request Syntax

GET GatewayURL/fid

Request Header

KeyValue

Operation

view

Don't forget to add your identity signature to the header.

Response

Response format: application/json

Status codeMessageResponse description

200

success

Query successful, return file information

400

InvalidParameter.Name

File fid or operation error

404

NotFound

File cannot be found

500

InternalError

Server internal error

Request example

Request to query the file with fid: eb46b512283bdbe28108da479497d51b71ed8fc159f953bb9353338849b8f4b9

# curl -X GET URL/eb46b512283bdbe28108da479497d51b71ed8fc159f953bb9353338849b8f4b9 -H "Operation: view"

Response example

Last updated