GET Licencies/{NoLicence}/Resultats

Request Information

URI Parameters

NameDescriptionTypeAdditional information
NoLicence

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of VU_API_LICENCIES_RESULTS
NameDescriptionTypeAdditional information
RD_ID

integer

None.

NO_LICENCE

string

None.

EP_ID

integer

None.

EPREUVE

string

None.

DATE_DEBUT

date

None.

DATE_FIN

date

None.

PLACE

string

None.

NB_CLASSES

integer

None.

GRADE

string

None.

SUPPORT

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "RD_ID": 1,
    "NO_LICENCE": "sample string 2",
    "EP_ID": 3,
    "EPREUVE": "sample string 4",
    "DATE_DEBUT": "2026-04-18T10:38:56.6205809+02:00",
    "DATE_FIN": "2026-04-18T10:38:56.6205809+02:00",
    "PLACE": "sample string 5",
    "NB_CLASSES": 1,
    "GRADE": "sample string 6",
    "SUPPORT": "sample string 7"
  },
  {
    "RD_ID": 1,
    "NO_LICENCE": "sample string 2",
    "EP_ID": 3,
    "EPREUVE": "sample string 4",
    "DATE_DEBUT": "2026-04-18T10:38:56.6205809+02:00",
    "DATE_FIN": "2026-04-18T10:38:56.6205809+02:00",
    "PLACE": "sample string 5",
    "NB_CLASSES": 1,
    "GRADE": "sample string 6",
    "SUPPORT": "sample string 7"
  }
]