GET api/VentilationCurtains/{id}

Gets a particular ventilation curtain.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The ID of the ventilation curtain.

integer

Required

Body Parameters

None.

Response Information

Resource Description

The ventilation curtain with the specified ID, or a 404 response if the ventilation curtain doesn't exist.

VentilationCurtain
NameDescriptionTypeAdditional 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"
}