GET api/Plane

List of all Planes in the database

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

List with all Planes in the database

Collection of Plane
NameDescriptionTypeAdditional information
Id

integer

None.

Model

string

None.

Rows

integer

None.

Columns

integer

None.

Active

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Model": "sample string 2",
    "Rows": 3,
    "Columns": 4,
    "Active": true
  },
  {
    "Id": 1,
    "Model": "sample string 2",
    "Rows": 3,
    "Columns": 4,
    "Active": true
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.