GET api/v1/persons/gliderobserverpilots/{onlyClubRelatedPilots}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
onlyClubRelatedPilots

boolean

Required

Body Parameters

None.

Response Information

Resource Description

Collection of PersonOverview
NameDescriptionTypeAdditional information
PersonId

globally unique identifier

None.

Firstname

string

None.

Lastname

string

None.

AddressLine

string

None.

ZipCode

string

None.

City

string

None.

CountryName

string

None.

PrivateEmail

string

None.

MobilePhoneNumber

string

None.

MemberStateName

string

None.

MemberNumber

string

None.

IsActive

boolean

None.

HasGliderInstructorLicence

boolean

None.

HasGliderPilotLicence

boolean

None.

HasGliderTraineeLicence

boolean

None.

HasMotorPilotLicence

boolean

None.

HasTMGLicence

boolean

None.

HasTowPilotLicence

boolean

None.

HasGliderPassengerLicence

boolean

None.

HasWinchOperatorLicence

boolean

None.

HasMotorInstructorLicence

boolean

None.

LicenceNumber

string

None.

Id

globally unique identifier

None.

CanUpdateRecord

boolean

None.

CanDeleteRecord

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "PersonId": "86c325a8-087c-4f7c-973c-88fda747e7be",
    "Firstname": "sample string 2",
    "Lastname": "sample string 3",
    "AddressLine": "sample string 4",
    "ZipCode": "sample string 5",
    "City": "sample string 6",
    "CountryName": "sample string 7",
    "PrivateEmail": "sample string 8",
    "MobilePhoneNumber": "sample string 9",
    "MemberStateName": "sample string 10",
    "MemberNumber": "sample string 11",
    "IsActive": true,
    "HasGliderInstructorLicence": true,
    "HasGliderPilotLicence": true,
    "HasGliderTraineeLicence": true,
    "HasMotorPilotLicence": true,
    "HasTMGLicence": true,
    "HasTowPilotLicence": true,
    "HasGliderPassengerLicence": true,
    "HasWinchOperatorLicence": true,
    "HasMotorInstructorLicence": true,
    "LicenceNumber": "sample string 22",
    "Id": "86c325a8-087c-4f7c-973c-88fda747e7be",
    "CanUpdateRecord": true,
    "CanDeleteRecord": true
  },
  {
    "PersonId": "86c325a8-087c-4f7c-973c-88fda747e7be",
    "Firstname": "sample string 2",
    "Lastname": "sample string 3",
    "AddressLine": "sample string 4",
    "ZipCode": "sample string 5",
    "City": "sample string 6",
    "CountryName": "sample string 7",
    "PrivateEmail": "sample string 8",
    "MobilePhoneNumber": "sample string 9",
    "MemberStateName": "sample string 10",
    "MemberNumber": "sample string 11",
    "IsActive": true,
    "HasGliderInstructorLicence": true,
    "HasGliderPilotLicence": true,
    "HasGliderTraineeLicence": true,
    "HasMotorPilotLicence": true,
    "HasTMGLicence": true,
    "HasTowPilotLicence": true,
    "HasGliderPassengerLicence": true,
    "HasWinchOperatorLicence": true,
    "HasMotorInstructorLicence": true,
    "LicenceNumber": "sample string 22",
    "Id": "86c325a8-087c-4f7c-973c-88fda747e7be",
    "CanUpdateRecord": true,
    "CanDeleteRecord": true
  }
]

text/html

Sample:
[{"PersonId":"86c325a8-087c-4f7c-973c-88fda747e7be","Firstname":"sample string 2","Lastname":"sample string 3","AddressLine":"sample string 4","ZipCode":"sample string 5","City":"sample string 6","CountryName":"sample string 7","PrivateEmail":"sample string 8","MobilePhoneNumber":"sample string 9","MemberStateName":"sample string 10","MemberNumber":"sample string 11","IsActive":true,"HasGliderInstructorLicence":true,"HasGliderPilotLicence":true,"HasGliderTraineeLicence":true,"HasMotorPilotLicence":true,"HasTMGLicence":true,"HasTowPilotLicence":true,"HasGliderPassengerLicence":true,"HasWinchOperatorLicence":true,"HasMotorInstructorLicence":true,"LicenceNumber":"sample string 22","Id":"86c325a8-087c-4f7c-973c-88fda747e7be","CanUpdateRecord":true,"CanDeleteRecord":true},{"PersonId":"86c325a8-087c-4f7c-973c-88fda747e7be","Firstname":"sample string 2","Lastname":"sample string 3","AddressLine":"sample string 4","ZipCode":"sample string 5","City":"sample string 6","CountryName":"sample string 7","PrivateEmail":"sample string 8","MobilePhoneNumber":"sample string 9","MemberStateName":"sample string 10","MemberNumber":"sample string 11","IsActive":true,"HasGliderInstructorLicence":true,"HasGliderPilotLicence":true,"HasGliderTraineeLicence":true,"HasMotorPilotLicence":true,"HasTMGLicence":true,"HasTowPilotLicence":true,"HasGliderPassengerLicence":true,"HasWinchOperatorLicence":true,"HasMotorInstructorLicence":true,"LicenceNumber":"sample string 22","Id":"86c325a8-087c-4f7c-973c-88fda747e7be","CanUpdateRecord":true,"CanDeleteRecord":true}]

application/xml, text/xml

Sample:
<ArrayOfPersonOverview xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi.Person">
  <PersonOverview>
    <CanDeleteRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanDeleteRecord>
    <CanUpdateRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanUpdateRecord>
    <Id xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">86c325a8-087c-4f7c-973c-88fda747e7be</Id>
    <AddressLine>sample string 4</AddressLine>
    <City>sample string 6</City>
    <CountryName>sample string 7</CountryName>
    <Firstname>sample string 2</Firstname>
    <HasGliderInstructorLicence>true</HasGliderInstructorLicence>
    <HasGliderPassengerLicence>true</HasGliderPassengerLicence>
    <HasGliderPilotLicence>true</HasGliderPilotLicence>
    <HasGliderTraineeLicence>true</HasGliderTraineeLicence>
    <HasMotorInstructorLicence>true</HasMotorInstructorLicence>
    <HasMotorPilotLicence>true</HasMotorPilotLicence>
    <HasTMGLicence>true</HasTMGLicence>
    <HasTowPilotLicence>true</HasTowPilotLicence>
    <HasWinchOperatorLicence>true</HasWinchOperatorLicence>
    <IsActive>true</IsActive>
    <Lastname>sample string 3</Lastname>
    <LicenceNumber>sample string 22</LicenceNumber>
    <MemberNumber>sample string 11</MemberNumber>
    <MemberStateName>sample string 10</MemberStateName>
    <MobilePhoneNumber>sample string 9</MobilePhoneNumber>
    <PersonId>86c325a8-087c-4f7c-973c-88fda747e7be</PersonId>
    <PrivateEmail>sample string 8</PrivateEmail>
    <ZipCode>sample string 5</ZipCode>
  </PersonOverview>
  <PersonOverview>
    <CanDeleteRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanDeleteRecord>
    <CanUpdateRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanUpdateRecord>
    <Id xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">86c325a8-087c-4f7c-973c-88fda747e7be</Id>
    <AddressLine>sample string 4</AddressLine>
    <City>sample string 6</City>
    <CountryName>sample string 7</CountryName>
    <Firstname>sample string 2</Firstname>
    <HasGliderInstructorLicence>true</HasGliderInstructorLicence>
    <HasGliderPassengerLicence>true</HasGliderPassengerLicence>
    <HasGliderPilotLicence>true</HasGliderPilotLicence>
    <HasGliderTraineeLicence>true</HasGliderTraineeLicence>
    <HasMotorInstructorLicence>true</HasMotorInstructorLicence>
    <HasMotorPilotLicence>true</HasMotorPilotLicence>
    <HasTMGLicence>true</HasTMGLicence>
    <HasTowPilotLicence>true</HasTowPilotLicence>
    <HasWinchOperatorLicence>true</HasWinchOperatorLicence>
    <IsActive>true</IsActive>
    <Lastname>sample string 3</Lastname>
    <LicenceNumber>sample string 22</LicenceNumber>
    <MemberNumber>sample string 11</MemberNumber>
    <MemberStateName>sample string 10</MemberStateName>
    <MobilePhoneNumber>sample string 9</MobilePhoneNumber>
    <PersonId>86c325a8-087c-4f7c-973c-88fda747e7be</PersonId>
    <PrivateEmail>sample string 8</PrivateEmail>
    <ZipCode>sample string 5</ZipCode>
  </PersonOverview>
</ArrayOfPersonOverview>