GET api/VentilationCurtains
Gets all ventilation curtains.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A list of ventilation curtains.
Collection of VentilationCurtain| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
The ID of the record. |
integer |
None. |
| Name |
The name of the ventilation curtain. |
string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"Name": "sample string 2"
},
{
"ID": 1,
"Name": "sample string 2"
}
]