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": "6a14f9fb-592c-4112-9f6c-7c0c19d96a5e",
"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": "c8d4bc6f-243c-4798-8b8c-d14791efc74f",
"clubId": 17,
"districtId": 18,
"districtName": "sample string 19",
"showMatchesFrom": 20.1,
"showMatchesTo": 21.1,
"moduler": [
{
"id": 1,
"orgId": "958599a2-da09-4369-867b-7978a0611021",
"modulId": 3,
"modulNavn": "sample string 4",
"isOrgModule": true,
"used": true
},
{
"id": 1,
"orgId": "958599a2-da09-4369-867b-7978a0611021",
"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>74ca2584-0a8d-4d90-b642-2c29f43afdb4</CreatedBy>
<CreatedDate>2026-03-05T06:48:25.4874079+01:00</CreatedDate>
<Cwd>c8d4bc6f-243c-4798-8b8c-d14791efc74f</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>958599a2-da09-4369-867b-7978a0611021</OrgId>
<Used>true</Used>
</OrgModules>
<OrgModules>
<Id>1</Id>
<IsOrgModule>true</IsOrgModule>
<ModulId>3</ModulId>
<ModulNavn>sample string 4</ModulNavn>
<OrgId>958599a2-da09-4369-867b-7978a0611021</OrgId>
<Used>true</Used>
</OrgModules>
</Moduler>
<OrgId>6a14f9fb-592c-4112-9f6c-7c0c19d96a5e</OrgId>
<PostalAddress>sample string 9</PostalAddress>
<PostalCode>sample string 10</PostalCode>
<ShowMatchesFrom>20.1</ShowMatchesFrom>
<ShowMatchesTo>21.1</ShowMatchesTo>
<UpdateDate>2026-03-05T06:48:25.4874079+01:00</UpdateDate>
<UpdatedBy>0b0b2b1a-7dee-4657-9162-c087d2db076f</UpdatedBy>
<UserId>8173b1e9-4e27-4850-8093-a57b0f599097</UserId>
</Organization>