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": "8f700ef2-0665-4b12-b28f-81b7dbd716d7",
"modulId": 3,
"modulNavn": "sample string 4",
"isOrgModule": true
},
{
"lisensId": 1,
"companyId": "8f700ef2-0665-4b12-b28f-81b7dbd716d7",
"modulId": 3,
"modulNavn": "sample string 4",
"isOrgModule": true
}
],
"clubId": "94240c8c-c853-4283-9620-8632dab116b0",
"isOrg": "sample string 2",
"teamId": "611da2a6-4846-4aba-bf9d-a39e2145941d"
}
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>94240c8c-c853-4283-9620-8632dab116b0</ClubId>
<IsOrg>sample string 2</IsOrg>
<Moduler>
<ClubModuler>
<CompanyId>8f700ef2-0665-4b12-b28f-81b7dbd716d7</CompanyId>
<IsOrgModule>true</IsOrgModule>
<LisensId>1</LisensId>
<ModulId>3</ModulId>
<ModulNavn>sample string 4</ModulNavn>
</ClubModuler>
<ClubModuler>
<CompanyId>8f700ef2-0665-4b12-b28f-81b7dbd716d7</CompanyId>
<IsOrgModule>true</IsOrgModule>
<LisensId>1</LisensId>
<ModulId>3</ModulId>
<ModulNavn>sample string 4</ModulNavn>
</ClubModuler>
</Moduler>
<TeamId>611da2a6-4846-4aba-bf9d-a39e2145941d</TeamId>
</Autentiseringsmodeller>