GET api/PilotTypes/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

PilotType
NameDescriptionTypeAdditional information
pilotTypeId

globally unique identifier

None.

name

string

None.

Response Formats

application/json, text/json

Sample:
{
  "pilotTypeId": "25452141-1688-49f6-938d-ba3306c8ce61",
  "name": "sample string 2"
}

text/html

Sample:
{"pilotTypeId":"25452141-1688-49f6-938d-ba3306c8ce61","name":"sample string 2"}