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": "171e686a-8050-4948-ab2e-ac1d0cbad9e8", "AccreditationTypeFk": "c4d96bf8-349f-4655-813a-1d26cfc8b96e", "AccreditationGroupFK": "81199d4c-bb11-4f72-91ea-87a739ed5155", "ReplacementAccreditationFK": "df0af2b7-2788-47b8-b33d-5540e7c3a7f2", "CreatedBy": "2da3e015-06d0-4c47-82ec-14f9f2afeea1", "HomeGroup": "ab8f4bf1-f950-4f9b-a958-1f05a6071e8f", "Name": "sample string 1", "Description": "sample string 2", "Category": 1, "IncentiveIconFK": "c9487956-643f-49ac-b8e1-7251fe62129c", "IncentiveIcon": "sample string 3", "IncentiveText": "sample string 4", "NoOfCourses": 1, "CertificateImage": "sample string 5", "CertificateImageFK": "b7667036-5be9-4714-9dc2-c6f2f334b656", "Expires": "2025-04-03T18:29:14.7084599-04:00", "AwardHomePage": 1, "Enabled": true, "Created": "2025-04-03T18:29:14.7084599-04:00", "URL": "sample string 6", "Keywords": "sample string 7", "ExternalRef": "sample string 8", "Reference_ID": 1 }, { "AccreditationIDPK": "171e686a-8050-4948-ab2e-ac1d0cbad9e8", "AccreditationTypeFk": "c4d96bf8-349f-4655-813a-1d26cfc8b96e", "AccreditationGroupFK": "81199d4c-bb11-4f72-91ea-87a739ed5155", "ReplacementAccreditationFK": "df0af2b7-2788-47b8-b33d-5540e7c3a7f2", "CreatedBy": "2da3e015-06d0-4c47-82ec-14f9f2afeea1", "HomeGroup": "ab8f4bf1-f950-4f9b-a958-1f05a6071e8f", "Name": "sample string 1", "Description": "sample string 2", "Category": 1, "IncentiveIconFK": "c9487956-643f-49ac-b8e1-7251fe62129c", "IncentiveIcon": "sample string 3", "IncentiveText": "sample string 4", "NoOfCourses": 1, "CertificateImage": "sample string 5", "CertificateImageFK": "b7667036-5be9-4714-9dc2-c6f2f334b656", "Expires": "2025-04-03T18:29:14.7084599-04:00", "AwardHomePage": 1, "Enabled": true, "Created": "2025-04-03T18:29:14.7084599-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>81199d4c-bb11-4f72-91ea-87a739ed5155</AccreditationGroupFK> <AccreditationIDPK>171e686a-8050-4948-ab2e-ac1d0cbad9e8</AccreditationIDPK> <AccreditationTypeFk>c4d96bf8-349f-4655-813a-1d26cfc8b96e</AccreditationTypeFk> <AwardHomePage>1</AwardHomePage> <Category>1</Category> <CertificateImage>sample string 5</CertificateImage> <CertificateImageFK>b7667036-5be9-4714-9dc2-c6f2f334b656</CertificateImageFK> <Created>2025-04-03T18:29:14.7084599-04:00</Created> <CreatedBy>2da3e015-06d0-4c47-82ec-14f9f2afeea1</CreatedBy> <Description>sample string 2</Description> <Enabled>true</Enabled> <Expires>2025-04-03T18:29:14.7084599-04:00</Expires> <ExternalRef>sample string 8</ExternalRef> <HomeGroup>ab8f4bf1-f950-4f9b-a958-1f05a6071e8f</HomeGroup> <IncentiveIcon>sample string 3</IncentiveIcon> <IncentiveIconFK>c9487956-643f-49ac-b8e1-7251fe62129c</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>df0af2b7-2788-47b8-b33d-5540e7c3a7f2</ReplacementAccreditationFK> <URL>sample string 6</URL> </Accreditation> <Accreditation> <AccreditationGroupFK>81199d4c-bb11-4f72-91ea-87a739ed5155</AccreditationGroupFK> <AccreditationIDPK>171e686a-8050-4948-ab2e-ac1d0cbad9e8</AccreditationIDPK> <AccreditationTypeFk>c4d96bf8-349f-4655-813a-1d26cfc8b96e</AccreditationTypeFk> <AwardHomePage>1</AwardHomePage> <Category>1</Category> <CertificateImage>sample string 5</CertificateImage> <CertificateImageFK>b7667036-5be9-4714-9dc2-c6f2f334b656</CertificateImageFK> <Created>2025-04-03T18:29:14.7084599-04:00</Created> <CreatedBy>2da3e015-06d0-4c47-82ec-14f9f2afeea1</CreatedBy> <Description>sample string 2</Description> <Enabled>true</Enabled> <Expires>2025-04-03T18:29:14.7084599-04:00</Expires> <ExternalRef>sample string 8</ExternalRef> <HomeGroup>ab8f4bf1-f950-4f9b-a958-1f05a6071e8f</HomeGroup> <IncentiveIcon>sample string 3</IncentiveIcon> <IncentiveIconFK>c9487956-643f-49ac-b8e1-7251fe62129c</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>df0af2b7-2788-47b8-b33d-5540e7c3a7f2</ReplacementAccreditationFK> <URL>sample string 6</URL> </Accreditation> </ArrayOfAccreditation>