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": "3e5b727c-4931-4f1e-8b7d-7babe58246e9",
"AccreditationTypeFk": "128e8fc2-d21e-4527-b335-c27aaccc2316",
"AccreditationGroupFK": "57db12ed-38d7-43f4-9d3d-1adbae789af4",
"ReplacementAccreditationFK": "07a281a5-7354-43b9-9e25-3adce67f1c43",
"CreatedBy": "c301b2f8-240d-4c8a-8ad8-cc0e55d4a37f",
"HomeGroup": "82bbbf84-55e5-4183-8b48-d2b5da737ef6",
"Name": "sample string 1",
"Description": "sample string 2",
"Category": 1,
"IncentiveIconFK": "9156a82e-836a-4f7b-b450-5c063af12f72",
"IncentiveIcon": "sample string 3",
"IncentiveText": "sample string 4",
"NoOfCourses": 1,
"CertificateImage": "sample string 5",
"CertificateImageFK": "7326d030-e4b5-45bf-aaf3-baddb59ceaa4",
"Expires": "2025-11-08T11:32:21.9234172-05:00",
"AwardHomePage": 1,
"Enabled": true,
"Created": "2025-11-08T11:32:21.9234172-05:00",
"URL": "sample string 6",
"Keywords": "sample string 7",
"ExternalRef": "sample string 8",
"Reference_ID": 1
},
{
"AccreditationIDPK": "3e5b727c-4931-4f1e-8b7d-7babe58246e9",
"AccreditationTypeFk": "128e8fc2-d21e-4527-b335-c27aaccc2316",
"AccreditationGroupFK": "57db12ed-38d7-43f4-9d3d-1adbae789af4",
"ReplacementAccreditationFK": "07a281a5-7354-43b9-9e25-3adce67f1c43",
"CreatedBy": "c301b2f8-240d-4c8a-8ad8-cc0e55d4a37f",
"HomeGroup": "82bbbf84-55e5-4183-8b48-d2b5da737ef6",
"Name": "sample string 1",
"Description": "sample string 2",
"Category": 1,
"IncentiveIconFK": "9156a82e-836a-4f7b-b450-5c063af12f72",
"IncentiveIcon": "sample string 3",
"IncentiveText": "sample string 4",
"NoOfCourses": 1,
"CertificateImage": "sample string 5",
"CertificateImageFK": "7326d030-e4b5-45bf-aaf3-baddb59ceaa4",
"Expires": "2025-11-08T11:32:21.9234172-05:00",
"AwardHomePage": 1,
"Enabled": true,
"Created": "2025-11-08T11:32:21.9234172-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>57db12ed-38d7-43f4-9d3d-1adbae789af4</AccreditationGroupFK>
<AccreditationIDPK>3e5b727c-4931-4f1e-8b7d-7babe58246e9</AccreditationIDPK>
<AccreditationTypeFk>128e8fc2-d21e-4527-b335-c27aaccc2316</AccreditationTypeFk>
<AwardHomePage>1</AwardHomePage>
<Category>1</Category>
<CertificateImage>sample string 5</CertificateImage>
<CertificateImageFK>7326d030-e4b5-45bf-aaf3-baddb59ceaa4</CertificateImageFK>
<Created>2025-11-08T11:32:21.9234172-05:00</Created>
<CreatedBy>c301b2f8-240d-4c8a-8ad8-cc0e55d4a37f</CreatedBy>
<Description>sample string 2</Description>
<Enabled>true</Enabled>
<Expires>2025-11-08T11:32:21.9234172-05:00</Expires>
<ExternalRef>sample string 8</ExternalRef>
<HomeGroup>82bbbf84-55e5-4183-8b48-d2b5da737ef6</HomeGroup>
<IncentiveIcon>sample string 3</IncentiveIcon>
<IncentiveIconFK>9156a82e-836a-4f7b-b450-5c063af12f72</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>07a281a5-7354-43b9-9e25-3adce67f1c43</ReplacementAccreditationFK>
<URL>sample string 6</URL>
</Accreditation>
<Accreditation>
<AccreditationGroupFK>57db12ed-38d7-43f4-9d3d-1adbae789af4</AccreditationGroupFK>
<AccreditationIDPK>3e5b727c-4931-4f1e-8b7d-7babe58246e9</AccreditationIDPK>
<AccreditationTypeFk>128e8fc2-d21e-4527-b335-c27aaccc2316</AccreditationTypeFk>
<AwardHomePage>1</AwardHomePage>
<Category>1</Category>
<CertificateImage>sample string 5</CertificateImage>
<CertificateImageFK>7326d030-e4b5-45bf-aaf3-baddb59ceaa4</CertificateImageFK>
<Created>2025-11-08T11:32:21.9234172-05:00</Created>
<CreatedBy>c301b2f8-240d-4c8a-8ad8-cc0e55d4a37f</CreatedBy>
<Description>sample string 2</Description>
<Enabled>true</Enabled>
<Expires>2025-11-08T11:32:21.9234172-05:00</Expires>
<ExternalRef>sample string 8</ExternalRef>
<HomeGroup>82bbbf84-55e5-4183-8b48-d2b5da737ef6</HomeGroup>
<IncentiveIcon>sample string 3</IncentiveIcon>
<IncentiveIconFK>9156a82e-836a-4f7b-b450-5c063af12f72</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>07a281a5-7354-43b9-9e25-3adce67f1c43</ReplacementAccreditationFK>
<URL>sample string 6</URL>
</Accreditation>
</ArrayOfAccreditation>