GET api/Manifests
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of _apiManifest| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Number | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Number": 2
},
{
"Id": 1,
"Number": 2
}
]
application/xml, text/xml
Sample:
<ArrayOf_apiManifest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WasteMart.Models">
<_apiManifest>
<Id>1</Id>
<Number>2</Number>
</_apiManifest>
<_apiManifest>
<Id>1</Id>
<Number>2</Number>
</_apiManifest>
</ArrayOf_apiManifest>