GET classroomAPI/Portal/getAccreditationsAvailable?AccreditationType={AccreditationType}&CompanyID={CompanyID}&enabled={enabled}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| AccreditationType | globally unique identifier |
Required |
|
| CompanyID | integer |
Required |
|
| enabled | boolean |
Default value is True |
Body Parameters
None.
Response Information
Resource Description
Collection of Accreditation| Name | Description | Type | Additional information |
|---|---|---|---|
| AccreditationIDPK | globally unique identifier |
None. |
|
| AccreditationTypeFk | globally unique identifier |
None. |
|
| AccreditationGroupFK | globally unique identifier |
None. |
|
| ReplacementAccreditationFK | globally unique identifier |
None. |
|
| CreatedBy | globally unique identifier |
None. |
|
| HomeGroup | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| Category | integer |
None. |
|
| IncentiveIconFK | globally unique identifier |
None. |
|
| IncentiveIcon | string |
None. |
|
| IncentiveText | string |
None. |
|
| NoOfCourses | integer |
None. |
|
| CertificateImage | string |
None. |
|
| CertificateImageFK | globally unique identifier |
None. |
|
| Expires | date |
None. |
|
| AwardHomePage | integer |
None. |
|
| Enabled | boolean |
None. |
|
| Created | date |
None. |
|
| URL | string |
None. |
|
| Keywords | string |
None. |
|
| ExternalRef | string |
None. |
|
| Reference_ID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"AccreditationIDPK": "c90d9b6c-dc0e-42a5-8251-1464e3602d98",
"AccreditationTypeFk": "ee8cda8e-4668-4c99-b52d-d300b79dfe10",
"AccreditationGroupFK": "7d81d2cd-f29a-4441-8907-12369cb875a6",
"ReplacementAccreditationFK": "099697bc-8ecd-442f-8b99-6ba16dc86985",
"CreatedBy": "34523d79-4815-4833-9968-1a658fab5704",
"HomeGroup": "94d9ff19-132b-47ee-8385-be6d350ac1b8",
"Name": "sample string 1",
"Description": "sample string 2",
"Category": 1,
"IncentiveIconFK": "21dce491-c08e-4502-8c10-6990093a8e5b",
"IncentiveIcon": "sample string 3",
"IncentiveText": "sample string 4",
"NoOfCourses": 1,
"CertificateImage": "sample string 5",
"CertificateImageFK": "8aa3eff3-44dc-4c9c-8afd-5ace29b8a65b",
"Expires": "2025-11-08T11:32:21.8452559-05:00",
"AwardHomePage": 1,
"Enabled": true,
"Created": "2025-11-08T11:32:21.8452559-05:00",
"URL": "sample string 6",
"Keywords": "sample string 7",
"ExternalRef": "sample string 8",
"Reference_ID": 1
},
{
"AccreditationIDPK": "c90d9b6c-dc0e-42a5-8251-1464e3602d98",
"AccreditationTypeFk": "ee8cda8e-4668-4c99-b52d-d300b79dfe10",
"AccreditationGroupFK": "7d81d2cd-f29a-4441-8907-12369cb875a6",
"ReplacementAccreditationFK": "099697bc-8ecd-442f-8b99-6ba16dc86985",
"CreatedBy": "34523d79-4815-4833-9968-1a658fab5704",
"HomeGroup": "94d9ff19-132b-47ee-8385-be6d350ac1b8",
"Name": "sample string 1",
"Description": "sample string 2",
"Category": 1,
"IncentiveIconFK": "21dce491-c08e-4502-8c10-6990093a8e5b",
"IncentiveIcon": "sample string 3",
"IncentiveText": "sample string 4",
"NoOfCourses": 1,
"CertificateImage": "sample string 5",
"CertificateImageFK": "8aa3eff3-44dc-4c9c-8afd-5ace29b8a65b",
"Expires": "2025-11-08T11:32:21.8452559-05:00",
"AwardHomePage": 1,
"Enabled": true,
"Created": "2025-11-08T11:32:21.8452559-05:00",
"URL": "sample string 6",
"Keywords": "sample string 7",
"ExternalRef": "sample string 8",
"Reference_ID": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfAccreditation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Classroom.ClassroomBLL">
<Accreditation>
<AccreditationGroupFK>7d81d2cd-f29a-4441-8907-12369cb875a6</AccreditationGroupFK>
<AccreditationIDPK>c90d9b6c-dc0e-42a5-8251-1464e3602d98</AccreditationIDPK>
<AccreditationTypeFk>ee8cda8e-4668-4c99-b52d-d300b79dfe10</AccreditationTypeFk>
<AwardHomePage>1</AwardHomePage>
<Category>1</Category>
<CertificateImage>sample string 5</CertificateImage>
<CertificateImageFK>8aa3eff3-44dc-4c9c-8afd-5ace29b8a65b</CertificateImageFK>
<Created>2025-11-08T11:32:21.8452559-05:00</Created>
<CreatedBy>34523d79-4815-4833-9968-1a658fab5704</CreatedBy>
<Description>sample string 2</Description>
<Enabled>true</Enabled>
<Expires>2025-11-08T11:32:21.8452559-05:00</Expires>
<ExternalRef>sample string 8</ExternalRef>
<HomeGroup>94d9ff19-132b-47ee-8385-be6d350ac1b8</HomeGroup>
<IncentiveIcon>sample string 3</IncentiveIcon>
<IncentiveIconFK>21dce491-c08e-4502-8c10-6990093a8e5b</IncentiveIconFK>
<IncentiveText>sample string 4</IncentiveText>
<Keywords>sample string 7</Keywords>
<Name>sample string 1</Name>
<NoOfCourses>1</NoOfCourses>
<Reference_ID>1</Reference_ID>
<ReplacementAccreditationFK>099697bc-8ecd-442f-8b99-6ba16dc86985</ReplacementAccreditationFK>
<URL>sample string 6</URL>
</Accreditation>
<Accreditation>
<AccreditationGroupFK>7d81d2cd-f29a-4441-8907-12369cb875a6</AccreditationGroupFK>
<AccreditationIDPK>c90d9b6c-dc0e-42a5-8251-1464e3602d98</AccreditationIDPK>
<AccreditationTypeFk>ee8cda8e-4668-4c99-b52d-d300b79dfe10</AccreditationTypeFk>
<AwardHomePage>1</AwardHomePage>
<Category>1</Category>
<CertificateImage>sample string 5</CertificateImage>
<CertificateImageFK>8aa3eff3-44dc-4c9c-8afd-5ace29b8a65b</CertificateImageFK>
<Created>2025-11-08T11:32:21.8452559-05:00</Created>
<CreatedBy>34523d79-4815-4833-9968-1a658fab5704</CreatedBy>
<Description>sample string 2</Description>
<Enabled>true</Enabled>
<Expires>2025-11-08T11:32:21.8452559-05:00</Expires>
<ExternalRef>sample string 8</ExternalRef>
<HomeGroup>94d9ff19-132b-47ee-8385-be6d350ac1b8</HomeGroup>
<IncentiveIcon>sample string 3</IncentiveIcon>
<IncentiveIconFK>21dce491-c08e-4502-8c10-6990093a8e5b</IncentiveIconFK>
<IncentiveText>sample string 4</IncentiveText>
<Keywords>sample string 7</Keywords>
<Name>sample string 1</Name>
<NoOfCourses>1</NoOfCourses>
<Reference_ID>1</Reference_ID>
<ReplacementAccreditationFK>099697bc-8ecd-442f-8b99-6ba16dc86985</ReplacementAccreditationFK>
<URL>sample string 6</URL>
</Accreditation>
</ArrayOfAccreditation>