GET api/Media?partition={partition}&objectId={objectId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| partition | string |
Required |
|
| objectId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Response| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| Timestamp | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "sample string 1",
"Timestamp": "sample string 2"
},
{
"Id": "sample string 1",
"Timestamp": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sagra.Services.WebApi.Media.Models">
<Response>
<Id>sample string 1</Id>
<Timestamp>sample string 2</Timestamp>
</Response>
<Response>
<Id>sample string 1</Id>
<Timestamp>sample string 2</Timestamp>
</Response>
</ArrayOfResponse>