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": "b3fb3bdd-89ef-4465-bf42-efe287923bdd",
"modulId": 3,
"modulNavn": "sample string 4",
"isOrgModule": true
},
{
"lisensId": 1,
"companyId": "b3fb3bdd-89ef-4465-bf42-efe287923bdd",
"modulId": 3,
"modulNavn": "sample string 4",
"isOrgModule": true
}
],
"clubId": "cd611d07-b8f3-4043-b6e0-8c02405bcbde",
"isOrg": "sample string 2",
"teamId": "e7b6274a-1efe-420a-b40a-d106eda7b557"
}
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>cd611d07-b8f3-4043-b6e0-8c02405bcbde</ClubId>
<IsOrg>sample string 2</IsOrg>
<Moduler>
<ClubModuler>
<CompanyId>b3fb3bdd-89ef-4465-bf42-efe287923bdd</CompanyId>
<IsOrgModule>true</IsOrgModule>
<LisensId>1</LisensId>
<ModulId>3</ModulId>
<ModulNavn>sample string 4</ModulNavn>
</ClubModuler>
<ClubModuler>
<CompanyId>b3fb3bdd-89ef-4465-bf42-efe287923bdd</CompanyId>
<IsOrgModule>true</IsOrgModule>
<LisensId>1</LisensId>
<ModulId>3</ModulId>
<ModulNavn>sample string 4</ModulNavn>
</ClubModuler>
</Moduler>
<TeamId>e7b6274a-1efe-420a-b40a-d106eda7b557</TeamId>
</Autentiseringsmodeller>