GET ServiceExterne/Nolio
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
NolioConfig| Name | Description | Type | Additional information |
|---|---|---|---|
| Athletes | Collection of NolioAthleteUser |
None. |
|
| Entraineurs | Collection of NolioUser |
None. |
|
| EntraineursAssistants | Collection of NolioUser |
None. |
|
| Groupes | Collection of NolioGroupeConfig |
None. |
Response Formats
application/json, text/json
Sample:
{
"Athletes": [
{
"SerieId": "sample string 1",
"SerieName": "sample string 2",
"DisciplineId": "sample string 3",
"DisciplineName": "sample string 4",
"NoLicence": "sample string 5",
"Labels": [
{
"Name": "sample string 1",
"Color": "sample string 2"
},
{
"Name": "sample string 1",
"Color": "sample string 2"
}
]
},
{
"SerieId": "sample string 1",
"SerieName": "sample string 2",
"DisciplineId": "sample string 3",
"DisciplineName": "sample string 4",
"NoLicence": "sample string 5",
"Labels": [
{
"Name": "sample string 1",
"Color": "sample string 2"
},
{
"Name": "sample string 1",
"Color": "sample string 2"
}
]
}
],
"Entraineurs": [
{
"NoLicence": "sample string 1",
"Labels": [
{
"Name": "sample string 1",
"Color": "sample string 2"
},
{
"Name": "sample string 1",
"Color": "sample string 2"
}
]
},
{
"NoLicence": "sample string 1",
"Labels": [
{
"Name": "sample string 1",
"Color": "sample string 2"
},
{
"Name": "sample string 1",
"Color": "sample string 2"
}
]
}
],
"EntraineursAssistants": [
{
"NoLicence": "sample string 1",
"Labels": [
{
"Name": "sample string 1",
"Color": "sample string 2"
},
{
"Name": "sample string 1",
"Color": "sample string 2"
}
]
},
{
"NoLicence": "sample string 1",
"Labels": [
{
"Name": "sample string 1",
"Color": "sample string 2"
},
{
"Name": "sample string 1",
"Color": "sample string 2"
}
]
}
],
"Groupes": [
{
"Id": "sample string 1",
"Nom": "sample string 2",
"Type": "sample string 3",
"Athletes": [
"sample string 1",
"sample string 2"
],
"Entraineurs": [
"sample string 1",
"sample string 2"
]
},
{
"Id": "sample string 1",
"Nom": "sample string 2",
"Type": "sample string 3",
"Athletes": [
"sample string 1",
"sample string 2"
],
"Entraineurs": [
"sample string 1",
"sample string 2"
]
}
]
}