POST api/GetURL
Request Information
URI Parameters
None.
Body Parameters
GetURL| Name | Description | Type | Additional information |
|---|---|---|---|
| AccessID | string |
None. |
|
| AccessSecret | string |
None. |
|
| Bucket | string |
None. |
|
| UserObjectID | globally unique identifier |
None. |
|
| ExpiresSeconds | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"AccessID": "sample string 1",
"AccessSecret": "sample string 2",
"Bucket": "sample string 3",
"UserObjectID": "48677da6-d60e-4c7d-9ca7-073b770bcb7f",
"ExpiresSeconds": 5.1
}
application/xml, text/xml
Sample:
<GetURL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/_1AObjectStorageBO.Models"> <AccessID>sample string 1</AccessID> <AccessSecret>sample string 2</AccessSecret> <Bucket>sample string 3</Bucket> <ExpiresSeconds>5.1</ExpiresSeconds> <UserObjectID>48677da6-d60e-4c7d-9ca7-073b770bcb7f</UserObjectID> </GetURL>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>