GET api/V2Company/{id}?isorg={isorg}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
|
| isorg | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
Autentiseringsmodeller| Name | Description | Type | Additional information |
|---|---|---|---|
| Moduler | Collection of ClubModuler |
None. |
|
| ClubId | globally unique identifier |
None. |
|
| IsOrg | string |
None. |
|
| TeamId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"moduler": [
{
"lisensId": 1,
"companyId": "65e161a1-a7f7-484a-ac87-da4a13b8b3ed",
"modulId": 3,
"modulNavn": "sample string 4",
"isOrgModule": true
},
{
"lisensId": 1,
"companyId": "65e161a1-a7f7-484a-ac87-da4a13b8b3ed",
"modulId": 3,
"modulNavn": "sample string 4",
"isOrgModule": true
}
],
"clubId": "0fdb745f-9828-48ea-b078-d04acbe53029",
"isOrg": "sample string 2",
"teamId": "460b13cc-5c96-44a4-b0c8-1dd0d8e81cea"
}
application/xml, text/xml
Sample:
<Autentiseringsmodeller xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/oiback.Classes">
<ClubId>0fdb745f-9828-48ea-b078-d04acbe53029</ClubId>
<IsOrg>sample string 2</IsOrg>
<Moduler>
<ClubModuler>
<CompanyId>65e161a1-a7f7-484a-ac87-da4a13b8b3ed</CompanyId>
<IsOrgModule>true</IsOrgModule>
<LisensId>1</LisensId>
<ModulId>3</ModulId>
<ModulNavn>sample string 4</ModulNavn>
</ClubModuler>
<ClubModuler>
<CompanyId>65e161a1-a7f7-484a-ac87-da4a13b8b3ed</CompanyId>
<IsOrgModule>true</IsOrgModule>
<LisensId>1</LisensId>
<ModulId>3</ModulId>
<ModulNavn>sample string 4</ModulNavn>
</ClubModuler>
</Moduler>
<TeamId>460b13cc-5c96-44a4-b0c8-1dd0d8e81cea</TeamId>
</Autentiseringsmodeller>