GET Competitions/{CoId}/Arbitres
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CoId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ArbitrageDesignation| Name | Description | Type | Additional information |
|---|---|---|---|
| NO_LICENCE | string |
None. |
|
| PRENOM | string |
None. |
|
| NOM | string |
None. |
|
| FE_CODE | string |
None. |
|
| FE_LIBELLE | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"NO_LICENCE": "sample string 1",
"PRENOM": "sample string 2",
"NOM": "sample string 3",
"FE_CODE": "sample string 4",
"FE_LIBELLE": "sample string 5"
},
{
"NO_LICENCE": "sample string 1",
"PRENOM": "sample string 2",
"NOM": "sample string 3",
"FE_CODE": "sample string 4",
"FE_LIBELLE": "sample string 5"
}
]