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 AccreditationName | 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": "7393e95f-ba22-4f7e-a8a8-d3ffc9b4a13a", "AccreditationTypeFk": "4182cc5d-0dc0-4385-a79f-cb13adc09dd2", "AccreditationGroupFK": "4fa2a880-41a3-47b3-a0a9-70246c64c365", "ReplacementAccreditationFK": "c4594c3f-36d1-4c6e-9a28-55ab08191421", "CreatedBy": "71e13703-74a2-4951-9ce3-3326a63e710a", "HomeGroup": "58d16e32-49d5-4a80-af57-ec3ec2431cc3", "Name": "sample string 1", "Description": "sample string 2", "Category": 1, "IncentiveIconFK": "f46657bf-a92a-45be-9a9a-6e2734aa3a46", "IncentiveIcon": "sample string 3", "IncentiveText": "sample string 4", "NoOfCourses": 1, "CertificateImage": "sample string 5", "CertificateImageFK": "632a8b3c-36cc-4c9d-8a7f-7de204852735", "Expires": "2025-08-22T19:17:33.363956-04:00", "AwardHomePage": 1, "Enabled": true, "Created": "2025-08-22T19:17:33.363956-04:00", "URL": "sample string 6", "Keywords": "sample string 7", "ExternalRef": "sample string 8", "Reference_ID": 1 }, { "AccreditationIDPK": "7393e95f-ba22-4f7e-a8a8-d3ffc9b4a13a", "AccreditationTypeFk": "4182cc5d-0dc0-4385-a79f-cb13adc09dd2", "AccreditationGroupFK": "4fa2a880-41a3-47b3-a0a9-70246c64c365", "ReplacementAccreditationFK": "c4594c3f-36d1-4c6e-9a28-55ab08191421", "CreatedBy": "71e13703-74a2-4951-9ce3-3326a63e710a", "HomeGroup": "58d16e32-49d5-4a80-af57-ec3ec2431cc3", "Name": "sample string 1", "Description": "sample string 2", "Category": 1, "IncentiveIconFK": "f46657bf-a92a-45be-9a9a-6e2734aa3a46", "IncentiveIcon": "sample string 3", "IncentiveText": "sample string 4", "NoOfCourses": 1, "CertificateImage": "sample string 5", "CertificateImageFK": "632a8b3c-36cc-4c9d-8a7f-7de204852735", "Expires": "2025-08-22T19:17:33.363956-04:00", "AwardHomePage": 1, "Enabled": true, "Created": "2025-08-22T19:17:33.363956-04: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>4fa2a880-41a3-47b3-a0a9-70246c64c365</AccreditationGroupFK> <AccreditationIDPK>7393e95f-ba22-4f7e-a8a8-d3ffc9b4a13a</AccreditationIDPK> <AccreditationTypeFk>4182cc5d-0dc0-4385-a79f-cb13adc09dd2</AccreditationTypeFk> <AwardHomePage>1</AwardHomePage> <Category>1</Category> <CertificateImage>sample string 5</CertificateImage> <CertificateImageFK>632a8b3c-36cc-4c9d-8a7f-7de204852735</CertificateImageFK> <Created>2025-08-22T19:17:33.363956-04:00</Created> <CreatedBy>71e13703-74a2-4951-9ce3-3326a63e710a</CreatedBy> <Description>sample string 2</Description> <Enabled>true</Enabled> <Expires>2025-08-22T19:17:33.363956-04:00</Expires> <ExternalRef>sample string 8</ExternalRef> <HomeGroup>58d16e32-49d5-4a80-af57-ec3ec2431cc3</HomeGroup> <IncentiveIcon>sample string 3</IncentiveIcon> <IncentiveIconFK>f46657bf-a92a-45be-9a9a-6e2734aa3a46</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>c4594c3f-36d1-4c6e-9a28-55ab08191421</ReplacementAccreditationFK> <URL>sample string 6</URL> </Accreditation> <Accreditation> <AccreditationGroupFK>4fa2a880-41a3-47b3-a0a9-70246c64c365</AccreditationGroupFK> <AccreditationIDPK>7393e95f-ba22-4f7e-a8a8-d3ffc9b4a13a</AccreditationIDPK> <AccreditationTypeFk>4182cc5d-0dc0-4385-a79f-cb13adc09dd2</AccreditationTypeFk> <AwardHomePage>1</AwardHomePage> <Category>1</Category> <CertificateImage>sample string 5</CertificateImage> <CertificateImageFK>632a8b3c-36cc-4c9d-8a7f-7de204852735</CertificateImageFK> <Created>2025-08-22T19:17:33.363956-04:00</Created> <CreatedBy>71e13703-74a2-4951-9ce3-3326a63e710a</CreatedBy> <Description>sample string 2</Description> <Enabled>true</Enabled> <Expires>2025-08-22T19:17:33.363956-04:00</Expires> <ExternalRef>sample string 8</ExternalRef> <HomeGroup>58d16e32-49d5-4a80-af57-ec3ec2431cc3</HomeGroup> <IncentiveIcon>sample string 3</IncentiveIcon> <IncentiveIconFK>f46657bf-a92a-45be-9a9a-6e2734aa3a46</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>c4594c3f-36d1-4c6e-9a28-55ab08191421</ReplacementAccreditationFK> <URL>sample string 6</URL> </Accreditation> </ArrayOfAccreditation>