GET classroomAPI/Portal/getAllAccreditations
Request Information
URI Parameters
None.
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": "7f6403a5-bb9a-445d-990d-f45364217737", "AccreditationTypeFk": "6a740b94-7f0d-4d43-8357-10916293b020", "AccreditationGroupFK": "1911377d-2e57-447e-84a8-e0dd70d03654", "ReplacementAccreditationFK": "d87cfcf6-8385-4863-846d-6ada745f1d18", "CreatedBy": "359def93-a51a-4fbf-a78b-a8a4235b4c16", "HomeGroup": "adfa47e8-34b8-40c3-9f9f-ba736270f23e", "Name": "sample string 1", "Description": "sample string 2", "Category": 1, "IncentiveIconFK": "8fd00cb9-4b74-4980-b65e-7f6fc3819f75", "IncentiveIcon": "sample string 3", "IncentiveText": "sample string 4", "NoOfCourses": 1, "CertificateImage": "sample string 5", "CertificateImageFK": "648011e3-b6c5-49d1-9643-33286eca50d1", "Expires": "2025-08-22T19:17:33.5670888-04:00", "AwardHomePage": 1, "Enabled": true, "Created": "2025-08-22T19:17:33.5670888-04:00", "URL": "sample string 6", "Keywords": "sample string 7", "ExternalRef": "sample string 8", "Reference_ID": 1 }, { "AccreditationIDPK": "7f6403a5-bb9a-445d-990d-f45364217737", "AccreditationTypeFk": "6a740b94-7f0d-4d43-8357-10916293b020", "AccreditationGroupFK": "1911377d-2e57-447e-84a8-e0dd70d03654", "ReplacementAccreditationFK": "d87cfcf6-8385-4863-846d-6ada745f1d18", "CreatedBy": "359def93-a51a-4fbf-a78b-a8a4235b4c16", "HomeGroup": "adfa47e8-34b8-40c3-9f9f-ba736270f23e", "Name": "sample string 1", "Description": "sample string 2", "Category": 1, "IncentiveIconFK": "8fd00cb9-4b74-4980-b65e-7f6fc3819f75", "IncentiveIcon": "sample string 3", "IncentiveText": "sample string 4", "NoOfCourses": 1, "CertificateImage": "sample string 5", "CertificateImageFK": "648011e3-b6c5-49d1-9643-33286eca50d1", "Expires": "2025-08-22T19:17:33.5670888-04:00", "AwardHomePage": 1, "Enabled": true, "Created": "2025-08-22T19:17:33.5670888-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>1911377d-2e57-447e-84a8-e0dd70d03654</AccreditationGroupFK> <AccreditationIDPK>7f6403a5-bb9a-445d-990d-f45364217737</AccreditationIDPK> <AccreditationTypeFk>6a740b94-7f0d-4d43-8357-10916293b020</AccreditationTypeFk> <AwardHomePage>1</AwardHomePage> <Category>1</Category> <CertificateImage>sample string 5</CertificateImage> <CertificateImageFK>648011e3-b6c5-49d1-9643-33286eca50d1</CertificateImageFK> <Created>2025-08-22T19:17:33.5670888-04:00</Created> <CreatedBy>359def93-a51a-4fbf-a78b-a8a4235b4c16</CreatedBy> <Description>sample string 2</Description> <Enabled>true</Enabled> <Expires>2025-08-22T19:17:33.5670888-04:00</Expires> <ExternalRef>sample string 8</ExternalRef> <HomeGroup>adfa47e8-34b8-40c3-9f9f-ba736270f23e</HomeGroup> <IncentiveIcon>sample string 3</IncentiveIcon> <IncentiveIconFK>8fd00cb9-4b74-4980-b65e-7f6fc3819f75</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>d87cfcf6-8385-4863-846d-6ada745f1d18</ReplacementAccreditationFK> <URL>sample string 6</URL> </Accreditation> <Accreditation> <AccreditationGroupFK>1911377d-2e57-447e-84a8-e0dd70d03654</AccreditationGroupFK> <AccreditationIDPK>7f6403a5-bb9a-445d-990d-f45364217737</AccreditationIDPK> <AccreditationTypeFk>6a740b94-7f0d-4d43-8357-10916293b020</AccreditationTypeFk> <AwardHomePage>1</AwardHomePage> <Category>1</Category> <CertificateImage>sample string 5</CertificateImage> <CertificateImageFK>648011e3-b6c5-49d1-9643-33286eca50d1</CertificateImageFK> <Created>2025-08-22T19:17:33.5670888-04:00</Created> <CreatedBy>359def93-a51a-4fbf-a78b-a8a4235b4c16</CreatedBy> <Description>sample string 2</Description> <Enabled>true</Enabled> <Expires>2025-08-22T19:17:33.5670888-04:00</Expires> <ExternalRef>sample string 8</ExternalRef> <HomeGroup>adfa47e8-34b8-40c3-9f9f-ba736270f23e</HomeGroup> <IncentiveIcon>sample string 3</IncentiveIcon> <IncentiveIconFK>8fd00cb9-4b74-4980-b65e-7f6fc3819f75</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>d87cfcf6-8385-4863-846d-6ada745f1d18</ReplacementAccreditationFK> <URL>sample string 6</URL> </Accreditation> </ArrayOfAccreditation>