GET api/V2/org/getOrgs/admin
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of 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": "c52791ae-4375-4552-84aa-2492d6c1d062",
"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": "f9e1d549-d47c-42b6-bf6c-640779b178ec",
"clubId": 17,
"districtId": 18,
"districtName": "sample string 19",
"showMatchesFrom": 20.1,
"showMatchesTo": 21.1,
"moduler": [
{
"id": 1,
"orgId": "4e6374dc-2f7a-4e86-ae32-be67e9cfc208",
"modulId": 3,
"modulNavn": "sample string 4",
"isOrgModule": true,
"used": true
},
{
"id": 1,
"orgId": "4e6374dc-2f7a-4e86-ae32-be67e9cfc208",
"modulId": 3,
"modulNavn": "sample string 4",
"isOrgModule": true,
"used": true
}
]
},
{
"orgId": "c52791ae-4375-4552-84aa-2492d6c1d062",
"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": "f9e1d549-d47c-42b6-bf6c-640779b178ec",
"clubId": 17,
"districtId": 18,
"districtName": "sample string 19",
"showMatchesFrom": 20.1,
"showMatchesTo": 21.1,
"moduler": [
{
"id": 1,
"orgId": "4e6374dc-2f7a-4e86-ae32-be67e9cfc208",
"modulId": 3,
"modulNavn": "sample string 4",
"isOrgModule": true,
"used": true
},
{
"id": 1,
"orgId": "4e6374dc-2f7a-4e86-ae32-be67e9cfc208",
"modulId": 3,
"modulNavn": "sample string 4",
"isOrgModule": true,
"used": true
}
]
}
]
application/xml, text/xml
Sample:
<ArrayOfOrganization xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/oiback.Classes">
<Organization>
<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>35eb8aa5-4726-4b15-aa9b-862e03ffb271</CreatedBy>
<CreatedDate>2026-01-07T07:30:27.367485+01:00</CreatedDate>
<Cwd>f9e1d549-d47c-42b6-bf6c-640779b178ec</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>4e6374dc-2f7a-4e86-ae32-be67e9cfc208</OrgId>
<Used>true</Used>
</OrgModules>
<OrgModules>
<Id>1</Id>
<IsOrgModule>true</IsOrgModule>
<ModulId>3</ModulId>
<ModulNavn>sample string 4</ModulNavn>
<OrgId>4e6374dc-2f7a-4e86-ae32-be67e9cfc208</OrgId>
<Used>true</Used>
</OrgModules>
</Moduler>
<OrgId>c52791ae-4375-4552-84aa-2492d6c1d062</OrgId>
<PostalAddress>sample string 9</PostalAddress>
<PostalCode>sample string 10</PostalCode>
<ShowMatchesFrom>20.1</ShowMatchesFrom>
<ShowMatchesTo>21.1</ShowMatchesTo>
<UpdateDate>2026-01-07T07:30:27.367485+01:00</UpdateDate>
<UpdatedBy>00f42cd4-e143-4538-957d-78c5864215e7</UpdatedBy>
<UserId>4ec56bfb-c17d-4b3d-aab0-0dd68eabe331</UserId>
</Organization>
<Organization>
<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>35eb8aa5-4726-4b15-aa9b-862e03ffb271</CreatedBy>
<CreatedDate>2026-01-07T07:30:27.367485+01:00</CreatedDate>
<Cwd>f9e1d549-d47c-42b6-bf6c-640779b178ec</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>4e6374dc-2f7a-4e86-ae32-be67e9cfc208</OrgId>
<Used>true</Used>
</OrgModules>
<OrgModules>
<Id>1</Id>
<IsOrgModule>true</IsOrgModule>
<ModulId>3</ModulId>
<ModulNavn>sample string 4</ModulNavn>
<OrgId>4e6374dc-2f7a-4e86-ae32-be67e9cfc208</OrgId>
<Used>true</Used>
</OrgModules>
</Moduler>
<OrgId>c52791ae-4375-4552-84aa-2492d6c1d062</OrgId>
<PostalAddress>sample string 9</PostalAddress>
<PostalCode>sample string 10</PostalCode>
<ShowMatchesFrom>20.1</ShowMatchesFrom>
<ShowMatchesTo>21.1</ShowMatchesTo>
<UpdateDate>2026-01-07T07:30:27.367485+01:00</UpdateDate>
<UpdatedBy>00f42cd4-e143-4538-957d-78c5864215e7</UpdatedBy>
<UserId>4ec56bfb-c17d-4b3d-aab0-0dd68eabe331</UserId>
</Organization>
</ArrayOfOrganization>