GET Licencies/RechercheNomPrenom?Nom={Nom}&Prenom={Prenom}

Permet de récupérer les informations d'un sportif à partir de son nom / prénom

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Nom

Nom approché du sportif.

string

Required

Prenom

Prénom approché du sportif.

string

Required

Body Parameters

None.

Response Information

Resource Description

Une liste des licenciés correspondants.

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:05:41.9478163+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:05:41.9478163+02:00",
    "SEXE": "sample string 5",
    "CERT_MED_COMPET": true,
    "ST_CODE": "sample string 7",
    "CLUB": "sample string 8"
  }
]