GET api/V2/referee/getRefereeMatches?refereeId={refereeId}&year={year}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| refereeId | string |
Required |
|
| year | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
Organization| Name | Description | Type | Additional information |
|---|---|---|---|
| OrgId | globally unique identifier |
None. |
|
| ContactEmail | string |
None. |
|
| ContactPhone | string |
None. |
|
| CompanyName | string |
None. |
|
| ContactPerson | string |
None. |
|
| ContactPersonEmail | string |
None. |
|
| Address | string |
None. |
|
| PostalAddress | string |
None. |
|
| PostalCode | string |
None. |
|
| Cid | integer |
None. |
|
| Cwd | globally unique identifier |
None. |
|
| ClubId | integer |
None. |
|
| DistrictId | integer |
None. |
|
| DistrictName | string |
None. |
|
| ShowMatchesFrom | decimal number |
None. |
|
| ShowMatchesTo | decimal number |
None. |
|
| Moduler | Collection of OrgModules |
None. |
Response Formats
application/json, text/json
Sample:
{
"orgId": "76f0dd37-5719-4208-9922-c41cfc489fed",
"contactEmail": "sample string 2",
"contactPhone": "sample string 3",
"companyName": "sample string 5",
"contactPerson": "sample string 6",
"contactPersonEmail": "sample string 7",
"address": "sample string 8",
"postalAddress": "sample string 9",
"postalCode": "sample string 10",
"cid": 15,
"cwd": "4fccc715-cef2-404c-9271-8bff31924d08",
"clubId": 17,
"districtId": 18,
"districtName": "sample string 19",
"showMatchesFrom": 20.1,
"showMatchesTo": 21.1,
"moduler": [
{
"id": 1,
"orgId": "b0202ab0-22a0-4246-a110-fcaefba6a706",
"modulId": 3,
"modulNavn": "sample string 4",
"isOrgModule": true,
"used": true
},
{
"id": 1,
"orgId": "b0202ab0-22a0-4246-a110-fcaefba6a706",
"modulId": 3,
"modulNavn": "sample string 4",
"isOrgModule": true,
"used": true
}
]
}
application/xml, text/xml
Sample:
<Organization xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/oiback.Classes">
<Address>sample string 8</Address>
<Cid>15</Cid>
<ClubId>17</ClubId>
<CompanyName>sample string 5</CompanyName>
<ContactEmail>sample string 2</ContactEmail>
<ContactPerson>sample string 6</ContactPerson>
<ContactPersonEmail>sample string 7</ContactPersonEmail>
<ContactPhone>sample string 3</ContactPhone>
<CreatedBy>bf8bf015-d235-4c22-b343-f86eee9c3889</CreatedBy>
<CreatedDate>2026-01-01T11:37:05.8438157+01:00</CreatedDate>
<Cwd>4fccc715-cef2-404c-9271-8bff31924d08</Cwd>
<DistrictId>18</DistrictId>
<DistrictName>sample string 19</DistrictName>
<Moduler>
<OrgModules>
<Id>1</Id>
<IsOrgModule>true</IsOrgModule>
<ModulId>3</ModulId>
<ModulNavn>sample string 4</ModulNavn>
<OrgId>b0202ab0-22a0-4246-a110-fcaefba6a706</OrgId>
<Used>true</Used>
</OrgModules>
<OrgModules>
<Id>1</Id>
<IsOrgModule>true</IsOrgModule>
<ModulId>3</ModulId>
<ModulNavn>sample string 4</ModulNavn>
<OrgId>b0202ab0-22a0-4246-a110-fcaefba6a706</OrgId>
<Used>true</Used>
</OrgModules>
</Moduler>
<OrgId>76f0dd37-5719-4208-9922-c41cfc489fed</OrgId>
<PostalAddress>sample string 9</PostalAddress>
<PostalCode>sample string 10</PostalCode>
<ShowMatchesFrom>20.1</ShowMatchesFrom>
<ShowMatchesTo>21.1</ShowMatchesTo>
<UpdateDate>2026-01-01T11:37:05.8438157+01:00</UpdateDate>
<UpdatedBy>86f8990a-11e8-4a5f-909b-209c84707ac9</UpdatedBy>
<UserId>7c7c4bc6-ffdb-4718-8fbe-b7e78b8791ed</UserId>
</Organization>