GET Licencies/{NoLicence}/Equipiers
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| NoLicence | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of LicencieDigest| Name | Description | Type | Additional 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 | 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": "2026-04-18T10:53:03.153706+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": "2026-04-18T10:53:03.153706+02:00",
"SEXE": "sample string 5",
"CERT_MED_COMPET": true,
"ST_CODE": "sample string 7",
"CLUB": "sample string 8"
}
]