GET api/BlowerCollection?blowerid={blowerid}&modifieddate={modifieddate}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
blowerid | integer |
Required |
|
modifieddate | string |
Required |
Body Parameters
None.
Response Information
Resource Description
BlowerColletionName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
blowerid | integer |
None. |
|
etm | decimal number |
None. |
|
modified_by | string |
None. |
|
modified_date | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "id": 1, "blowerid": 2, "etm": 3.1, "modified_by": "sample string 4", "modified_date": "sample string 5" }
text/html
Sample:
{"id":1,"blowerid":2,"etm":3.1,"modified_by":"sample string 4","modified_date":"sample string 5"}
application/xml, text/xml
Sample:
<BlowerColletion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CrapHouseRest.Models"> <blowerid>2</blowerid> <etm>3.1</etm> <id>1</id> <modified_by>sample string 4</modified_by> <modified_date>sample string 5</modified_date> </BlowerColletion>