GET classroomAPI/Portal/getAllAccreditations
Request Information
URI Parameters
None.
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": "9f0ea5ed-c5de-4eba-95cf-4c0b60d5f52c",
"AccreditationTypeFk": "e728ce17-445b-4db9-8417-14e09f330e42",
"AccreditationGroupFK": "4848c43b-2053-4df3-abdf-32ea5b923cbb",
"ReplacementAccreditationFK": "91bdbe15-67b0-47f6-9ac6-43cad307f1f3",
"CreatedBy": "62ccb3ea-5506-47a4-8de6-51a3ecf40be1",
"HomeGroup": "aa6a715e-1c25-4dad-9d24-2ebd5896982c",
"Name": "sample string 1",
"Description": "sample string 2",
"Category": 1,
"IncentiveIconFK": "4f8ca39c-ef0f-4715-853a-4d988fb26aac",
"IncentiveIcon": "sample string 3",
"IncentiveText": "sample string 4",
"NoOfCourses": 1,
"CertificateImage": "sample string 5",
"CertificateImageFK": "d66ece44-4b4c-4afb-899f-ce3cf03cb1dd",
"Expires": "2026-04-05T05:25:19.8139103-04:00",
"AwardHomePage": 1,
"Enabled": true,
"Created": "2026-04-05T05:25:19.8139103-04:00",
"URL": "sample string 6",
"Keywords": "sample string 7",
"ExternalRef": "sample string 8",
"Reference_ID": 1
},
{
"AccreditationIDPK": "9f0ea5ed-c5de-4eba-95cf-4c0b60d5f52c",
"AccreditationTypeFk": "e728ce17-445b-4db9-8417-14e09f330e42",
"AccreditationGroupFK": "4848c43b-2053-4df3-abdf-32ea5b923cbb",
"ReplacementAccreditationFK": "91bdbe15-67b0-47f6-9ac6-43cad307f1f3",
"CreatedBy": "62ccb3ea-5506-47a4-8de6-51a3ecf40be1",
"HomeGroup": "aa6a715e-1c25-4dad-9d24-2ebd5896982c",
"Name": "sample string 1",
"Description": "sample string 2",
"Category": 1,
"IncentiveIconFK": "4f8ca39c-ef0f-4715-853a-4d988fb26aac",
"IncentiveIcon": "sample string 3",
"IncentiveText": "sample string 4",
"NoOfCourses": 1,
"CertificateImage": "sample string 5",
"CertificateImageFK": "d66ece44-4b4c-4afb-899f-ce3cf03cb1dd",
"Expires": "2026-04-05T05:25:19.8139103-04:00",
"AwardHomePage": 1,
"Enabled": true,
"Created": "2026-04-05T05:25:19.8139103-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>4848c43b-2053-4df3-abdf-32ea5b923cbb</AccreditationGroupFK>
<AccreditationIDPK>9f0ea5ed-c5de-4eba-95cf-4c0b60d5f52c</AccreditationIDPK>
<AccreditationTypeFk>e728ce17-445b-4db9-8417-14e09f330e42</AccreditationTypeFk>
<AwardHomePage>1</AwardHomePage>
<Category>1</Category>
<CertificateImage>sample string 5</CertificateImage>
<CertificateImageFK>d66ece44-4b4c-4afb-899f-ce3cf03cb1dd</CertificateImageFK>
<Created>2026-04-05T05:25:19.8139103-04:00</Created>
<CreatedBy>62ccb3ea-5506-47a4-8de6-51a3ecf40be1</CreatedBy>
<Description>sample string 2</Description>
<Enabled>true</Enabled>
<Expires>2026-04-05T05:25:19.8139103-04:00</Expires>
<ExternalRef>sample string 8</ExternalRef>
<HomeGroup>aa6a715e-1c25-4dad-9d24-2ebd5896982c</HomeGroup>
<IncentiveIcon>sample string 3</IncentiveIcon>
<IncentiveIconFK>4f8ca39c-ef0f-4715-853a-4d988fb26aac</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>91bdbe15-67b0-47f6-9ac6-43cad307f1f3</ReplacementAccreditationFK>
<URL>sample string 6</URL>
</Accreditation>
<Accreditation>
<AccreditationGroupFK>4848c43b-2053-4df3-abdf-32ea5b923cbb</AccreditationGroupFK>
<AccreditationIDPK>9f0ea5ed-c5de-4eba-95cf-4c0b60d5f52c</AccreditationIDPK>
<AccreditationTypeFk>e728ce17-445b-4db9-8417-14e09f330e42</AccreditationTypeFk>
<AwardHomePage>1</AwardHomePage>
<Category>1</Category>
<CertificateImage>sample string 5</CertificateImage>
<CertificateImageFK>d66ece44-4b4c-4afb-899f-ce3cf03cb1dd</CertificateImageFK>
<Created>2026-04-05T05:25:19.8139103-04:00</Created>
<CreatedBy>62ccb3ea-5506-47a4-8de6-51a3ecf40be1</CreatedBy>
<Description>sample string 2</Description>
<Enabled>true</Enabled>
<Expires>2026-04-05T05:25:19.8139103-04:00</Expires>
<ExternalRef>sample string 8</ExternalRef>
<HomeGroup>aa6a715e-1c25-4dad-9d24-2ebd5896982c</HomeGroup>
<IncentiveIcon>sample string 3</IncentiveIcon>
<IncentiveIconFK>4f8ca39c-ef0f-4715-853a-4d988fb26aac</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>91bdbe15-67b0-47f6-9ac6-43cad307f1f3</ReplacementAccreditationFK>
<URL>sample string 6</URL>
</Accreditation>
</ArrayOfAccreditation>