GET api/V2/company/modules/{companyId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| companyId | globally unique identifier |
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": "0fb0b116-928b-4e6f-9fc3-ed1929c00ca5",
"modulId": 3,
"modulNavn": "sample string 4",
"isOrgModule": true
},
{
"lisensId": 1,
"companyId": "0fb0b116-928b-4e6f-9fc3-ed1929c00ca5",
"modulId": 3,
"modulNavn": "sample string 4",
"isOrgModule": true
}
],
"clubId": "d3c0fd46-1b0c-48d6-b983-a1bbb1f43a50",
"isOrg": "sample string 2",
"teamId": "000815a8-5bba-4d00-a626-e72a4d829502"
}
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>d3c0fd46-1b0c-48d6-b983-a1bbb1f43a50</ClubId>
<IsOrg>sample string 2</IsOrg>
<Moduler>
<ClubModuler>
<CompanyId>0fb0b116-928b-4e6f-9fc3-ed1929c00ca5</CompanyId>
<IsOrgModule>true</IsOrgModule>
<LisensId>1</LisensId>
<ModulId>3</ModulId>
<ModulNavn>sample string 4</ModulNavn>
</ClubModuler>
<ClubModuler>
<CompanyId>0fb0b116-928b-4e6f-9fc3-ed1929c00ca5</CompanyId>
<IsOrgModule>true</IsOrgModule>
<LisensId>1</LisensId>
<ModulId>3</ModulId>
<ModulNavn>sample string 4</ModulNavn>
</ClubModuler>
</Moduler>
<TeamId>000815a8-5bba-4d00-a626-e72a4d829502</TeamId>
</Autentiseringsmodeller>