Updated on 2026-04-16 GMT+08:00

Accessing a Sharing Link

Function

Access links shared by other users. (This function is available only to whitelisted users.)

URI

GET /koodrive/ose/v1/share/public/visit

Table 1 Query Parameters

Parameter

Mandatory

Type

Description

shortUrl

Yes

String

Definition:

Sharing short code.

Constraints:

N/A

Range:

N/A

Default Value:

N/A

Request Parameters

Table 2 Request header parameters

Parameter

Mandatory

Type

Description

X-Traceid

No

String

Definition:

Service trace ID, which contains 58 bits.

Constraints:

N/A

Range:

The value contains 58 bits.

Default Value:

N/A

language

No

String

Definition:

Language code.

Constraints:

The value must comply with the internationalization specifications. For example, en_us indicates English (United States).

Range:

N/A

Default Value:

en-US

X-Hw-Agentname

Yes

String

Definition:

Carrier name.

Constraints:

N/A

Range:

N/A

Default Value:

N/A

Response Parameters

Status code: 200

Table 3 Response body parameters

Parameter

Type

Description

code

Integer

Response code.

msg

String

Response information.

Example Requests

GET /koodrive/ose/v1/share/public/visit?shortUrl=String

Example Responses

Status code: 200

OK

{
  "code" : "integer",
  "msg" : "string"
}

Status Codes

Status Code

Description

200

OK