GET Licencies/{NoLicence}/Equipiers

Permet de rechercher les équipages habituels pour un sportif identifié

Request Information

URI Parameters

NameDescriptionTypeAdditional information
NoLicence

Numéro de licence du sportif concerné

string

Required

Body Parameters

None.

Response Information

Resource Description

Liste des sportifs asociés à ce numéro de licence dans les résultats reçus dans le SI FFVoile

Collection of LicencieDigest
NameDescriptionTypeAdditional information
NO_LICENCE

string

None.

ISAF_ID

string

None.

NOM

string

None.

PRENOM

string

None.

DATE_DE_NAISSANCE

date

None.

SEXE

string

None.

CERT_MED_COMPET

Certificat médical permettant la pratique compétitive

boolean

None.

ST_CODE

string

None.

CLUB

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "NO_LICENCE": "sample string 1",
    "ISAF_ID": "sample string 2",
    "NOM": "sample string 3",
    "PRENOM": "sample string 4",
    "DATE_DE_NAISSANCE": "2024-05-06T03:16:16.412991+02:00",
    "SEXE": "sample string 5",
    "CERT_MED_COMPET": true,
    "ST_CODE": "sample string 7",
    "CLUB": "sample string 8"
  },
  {
    "NO_LICENCE": "sample string 1",
    "ISAF_ID": "sample string 2",
    "NOM": "sample string 3",
    "PRENOM": "sample string 4",
    "DATE_DE_NAISSANCE": "2024-05-06T03:16:16.412991+02:00",
    "SEXE": "sample string 5",
    "CERT_MED_COMPET": true,
    "ST_CODE": "sample string 7",
    "CLUB": "sample string 8"
  }
]