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": "9ca2c8b1-08bd-4ec7-870f-7be9c79acb7c", "AccreditationTypeFk": "a17f14ac-8d04-482b-a9e2-5cb4ff58303e", "AccreditationGroupFK": "227409a2-997c-458f-a814-00b59eb35d07", "ReplacementAccreditationFK": "3f0b6c98-815c-45db-9ece-5d23989aacd5", "CreatedBy": "d39b14d6-9a3c-4fbc-b343-566f83658dde", "HomeGroup": "8ac1f7ae-146e-41d4-babe-231601d52d53", "Name": "sample string 1", "Description": "sample string 2", "Category": 1, "IncentiveIconFK": "fa6d6b0c-305c-43fe-9b64-7d3762e38923", "IncentiveIcon": "sample string 3", "IncentiveText": "sample string 4", "NoOfCourses": 1, "CertificateImage": "sample string 5", "CertificateImageFK": "44ef5f61-1040-4193-91bc-f77a094468cc", "Expires": "2025-04-03T19:52:56.9579104-04:00", "AwardHomePage": 1, "Enabled": true, "Created": "2025-04-03T19:52:56.9579104-04:00", "URL": "sample string 6", "Keywords": "sample string 7", "ExternalRef": "sample string 8", "Reference_ID": 1 }, { "AccreditationIDPK": "9ca2c8b1-08bd-4ec7-870f-7be9c79acb7c", "AccreditationTypeFk": "a17f14ac-8d04-482b-a9e2-5cb4ff58303e", "AccreditationGroupFK": "227409a2-997c-458f-a814-00b59eb35d07", "ReplacementAccreditationFK": "3f0b6c98-815c-45db-9ece-5d23989aacd5", "CreatedBy": "d39b14d6-9a3c-4fbc-b343-566f83658dde", "HomeGroup": "8ac1f7ae-146e-41d4-babe-231601d52d53", "Name": "sample string 1", "Description": "sample string 2", "Category": 1, "IncentiveIconFK": "fa6d6b0c-305c-43fe-9b64-7d3762e38923", "IncentiveIcon": "sample string 3", "IncentiveText": "sample string 4", "NoOfCourses": 1, "CertificateImage": "sample string 5", "CertificateImageFK": "44ef5f61-1040-4193-91bc-f77a094468cc", "Expires": "2025-04-03T19:52:56.9579104-04:00", "AwardHomePage": 1, "Enabled": true, "Created": "2025-04-03T19:52:56.9579104-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>227409a2-997c-458f-a814-00b59eb35d07</AccreditationGroupFK> <AccreditationIDPK>9ca2c8b1-08bd-4ec7-870f-7be9c79acb7c</AccreditationIDPK> <AccreditationTypeFk>a17f14ac-8d04-482b-a9e2-5cb4ff58303e</AccreditationTypeFk> <AwardHomePage>1</AwardHomePage> <Category>1</Category> <CertificateImage>sample string 5</CertificateImage> <CertificateImageFK>44ef5f61-1040-4193-91bc-f77a094468cc</CertificateImageFK> <Created>2025-04-03T19:52:56.9579104-04:00</Created> <CreatedBy>d39b14d6-9a3c-4fbc-b343-566f83658dde</CreatedBy> <Description>sample string 2</Description> <Enabled>true</Enabled> <Expires>2025-04-03T19:52:56.9579104-04:00</Expires> <ExternalRef>sample string 8</ExternalRef> <HomeGroup>8ac1f7ae-146e-41d4-babe-231601d52d53</HomeGroup> <IncentiveIcon>sample string 3</IncentiveIcon> <IncentiveIconFK>fa6d6b0c-305c-43fe-9b64-7d3762e38923</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>3f0b6c98-815c-45db-9ece-5d23989aacd5</ReplacementAccreditationFK> <URL>sample string 6</URL> </Accreditation> <Accreditation> <AccreditationGroupFK>227409a2-997c-458f-a814-00b59eb35d07</AccreditationGroupFK> <AccreditationIDPK>9ca2c8b1-08bd-4ec7-870f-7be9c79acb7c</AccreditationIDPK> <AccreditationTypeFk>a17f14ac-8d04-482b-a9e2-5cb4ff58303e</AccreditationTypeFk> <AwardHomePage>1</AwardHomePage> <Category>1</Category> <CertificateImage>sample string 5</CertificateImage> <CertificateImageFK>44ef5f61-1040-4193-91bc-f77a094468cc</CertificateImageFK> <Created>2025-04-03T19:52:56.9579104-04:00</Created> <CreatedBy>d39b14d6-9a3c-4fbc-b343-566f83658dde</CreatedBy> <Description>sample string 2</Description> <Enabled>true</Enabled> <Expires>2025-04-03T19:52:56.9579104-04:00</Expires> <ExternalRef>sample string 8</ExternalRef> <HomeGroup>8ac1f7ae-146e-41d4-babe-231601d52d53</HomeGroup> <IncentiveIcon>sample string 3</IncentiveIcon> <IncentiveIconFK>fa6d6b0c-305c-43fe-9b64-7d3762e38923</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>3f0b6c98-815c-45db-9ece-5d23989aacd5</ReplacementAccreditationFK> <URL>sample string 6</URL> </Accreditation> </ArrayOfAccreditation>