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": "7664fb87-db39-40e2-8daf-29dad3e9008d", "AccreditationTypeFk": "bbfe597b-4136-41de-9c52-e0602e8fbbf0", "AccreditationGroupFK": "dc24950e-d612-4c6e-86df-acfc6b090935", "ReplacementAccreditationFK": "5fcd72b5-d776-4c27-a88c-24476bf4f389", "CreatedBy": "71cbac6e-01e9-4a25-aad2-9beb08e4f21b", "HomeGroup": "e0dd136d-1a84-40ba-9a00-68e6f599b861", "Name": "sample string 1", "Description": "sample string 2", "Category": 1, "IncentiveIconFK": "fcb2d3ee-a907-4a46-a7f4-162f94a86b47", "IncentiveIcon": "sample string 3", "IncentiveText": "sample string 4", "NoOfCourses": 1, "CertificateImage": "sample string 5", "CertificateImageFK": "052b45ad-8e2c-44b3-a8dc-4928f217b3fd", "Expires": "2025-09-18T17:10:56.2880971-04:00", "AwardHomePage": 1, "Enabled": true, "Created": "2025-09-18T17:10:56.2880971-04:00", "URL": "sample string 6", "Keywords": "sample string 7", "ExternalRef": "sample string 8", "Reference_ID": 1 }, { "AccreditationIDPK": "7664fb87-db39-40e2-8daf-29dad3e9008d", "AccreditationTypeFk": "bbfe597b-4136-41de-9c52-e0602e8fbbf0", "AccreditationGroupFK": "dc24950e-d612-4c6e-86df-acfc6b090935", "ReplacementAccreditationFK": "5fcd72b5-d776-4c27-a88c-24476bf4f389", "CreatedBy": "71cbac6e-01e9-4a25-aad2-9beb08e4f21b", "HomeGroup": "e0dd136d-1a84-40ba-9a00-68e6f599b861", "Name": "sample string 1", "Description": "sample string 2", "Category": 1, "IncentiveIconFK": "fcb2d3ee-a907-4a46-a7f4-162f94a86b47", "IncentiveIcon": "sample string 3", "IncentiveText": "sample string 4", "NoOfCourses": 1, "CertificateImage": "sample string 5", "CertificateImageFK": "052b45ad-8e2c-44b3-a8dc-4928f217b3fd", "Expires": "2025-09-18T17:10:56.2880971-04:00", "AwardHomePage": 1, "Enabled": true, "Created": "2025-09-18T17:10:56.2880971-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>dc24950e-d612-4c6e-86df-acfc6b090935</AccreditationGroupFK> <AccreditationIDPK>7664fb87-db39-40e2-8daf-29dad3e9008d</AccreditationIDPK> <AccreditationTypeFk>bbfe597b-4136-41de-9c52-e0602e8fbbf0</AccreditationTypeFk> <AwardHomePage>1</AwardHomePage> <Category>1</Category> <CertificateImage>sample string 5</CertificateImage> <CertificateImageFK>052b45ad-8e2c-44b3-a8dc-4928f217b3fd</CertificateImageFK> <Created>2025-09-18T17:10:56.2880971-04:00</Created> <CreatedBy>71cbac6e-01e9-4a25-aad2-9beb08e4f21b</CreatedBy> <Description>sample string 2</Description> <Enabled>true</Enabled> <Expires>2025-09-18T17:10:56.2880971-04:00</Expires> <ExternalRef>sample string 8</ExternalRef> <HomeGroup>e0dd136d-1a84-40ba-9a00-68e6f599b861</HomeGroup> <IncentiveIcon>sample string 3</IncentiveIcon> <IncentiveIconFK>fcb2d3ee-a907-4a46-a7f4-162f94a86b47</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>5fcd72b5-d776-4c27-a88c-24476bf4f389</ReplacementAccreditationFK> <URL>sample string 6</URL> </Accreditation> <Accreditation> <AccreditationGroupFK>dc24950e-d612-4c6e-86df-acfc6b090935</AccreditationGroupFK> <AccreditationIDPK>7664fb87-db39-40e2-8daf-29dad3e9008d</AccreditationIDPK> <AccreditationTypeFk>bbfe597b-4136-41de-9c52-e0602e8fbbf0</AccreditationTypeFk> <AwardHomePage>1</AwardHomePage> <Category>1</Category> <CertificateImage>sample string 5</CertificateImage> <CertificateImageFK>052b45ad-8e2c-44b3-a8dc-4928f217b3fd</CertificateImageFK> <Created>2025-09-18T17:10:56.2880971-04:00</Created> <CreatedBy>71cbac6e-01e9-4a25-aad2-9beb08e4f21b</CreatedBy> <Description>sample string 2</Description> <Enabled>true</Enabled> <Expires>2025-09-18T17:10:56.2880971-04:00</Expires> <ExternalRef>sample string 8</ExternalRef> <HomeGroup>e0dd136d-1a84-40ba-9a00-68e6f599b861</HomeGroup> <IncentiveIcon>sample string 3</IncentiveIcon> <IncentiveIconFK>fcb2d3ee-a907-4a46-a7f4-162f94a86b47</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>5fcd72b5-d776-4c27-a88c-24476bf4f389</ReplacementAccreditationFK> <URL>sample string 6</URL> </Accreditation> </ArrayOfAccreditation>