GET Licencies/Rechercher?Recherche={Recherche}&Actif={Actif}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Recherche

string

Required

Actif

boolean

Default value is True

Body Parameters

None.

Response Information

Resource Description

Collection of RechercheLicencie
NameDescriptionTypeAdditional information
PRENOM

string

None.

NOM

string

None.

SEXE

string

None.

DATE_DE_NAISSANCE

date

None.

NO_LICENCE

string

None.

ANNEE_LICENCE

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "PRENOM": "sample string 1",
    "NOM": "sample string 2",
    "SEXE": "sample string 3",
    "DATE_DE_NAISSANCE": "2026-04-18T14:40:34.8751887+02:00",
    "NO_LICENCE": "sample string 5",
    "ANNEE_LICENCE": 6
  },
  {
    "PRENOM": "sample string 1",
    "NOM": "sample string 2",
    "SEXE": "sample string 3",
    "DATE_DE_NAISSANCE": "2026-04-18T14:40:34.8751887+02:00",
    "NO_LICENCE": "sample string 5",
    "ANNEE_LICENCE": 6
  }
]