GET api/PilotTypes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PilotType| Name | Description | Type | Additional information |
|---|---|---|---|
| pilotTypeId | globally unique identifier |
None. |
|
| name | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"pilotTypeId": "fc15374b-6a3f-45e8-9b34-bf80ed16af7b",
"name": "sample string 2"
},
{
"pilotTypeId": "fc15374b-6a3f-45e8-9b34-bf80ed16af7b",
"name": "sample string 2"
}
]
text/html
Sample:
[{"pilotTypeId":"fc15374b-6a3f-45e8-9b34-bf80ed16af7b","name":"sample string 2"},{"pilotTypeId":"fc15374b-6a3f-45e8-9b34-bf80ed16af7b","name":"sample string 2"}]