GET classroomAPI/Portal/getAccreditationsAvailable?AccreditationType={AccreditationType}&CompanyID={CompanyID}&enabled={enabled}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
AccreditationType | globally unique identifier |
Required |
|
CompanyID | integer |
Required |
|
enabled | boolean |
Default value is True |
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": "01846557-d199-44d4-b71c-c5932fd0dcd7", "AccreditationTypeFk": "06def906-a143-4df7-80fb-29d2d405dd99", "AccreditationGroupFK": "2deb31d4-3fd8-44dd-a398-c83e751c5791", "ReplacementAccreditationFK": "e573c612-4842-4e5a-92f9-5742763efc41", "CreatedBy": "276a70be-b137-41ab-bb18-24a4eec5b65c", "HomeGroup": "33b128eb-d3e4-4fc6-a518-78856d82ca1b", "Name": "sample string 1", "Description": "sample string 2", "Category": 1, "IncentiveIconFK": "754839fd-386e-4a93-aa5b-193a2888fdc1", "IncentiveIcon": "sample string 3", "IncentiveText": "sample string 4", "NoOfCourses": 1, "CertificateImage": "sample string 5", "CertificateImageFK": "b07d44ce-1014-4bca-837f-167512e51367", "Expires": "2024-11-25T04:20:58.2145096-05:00", "AwardHomePage": 1, "Enabled": true, "Created": "2024-11-25T04:20:58.2145096-05:00", "URL": "sample string 6", "Keywords": "sample string 7", "ExternalRef": "sample string 8", "Reference_ID": 1 }, { "AccreditationIDPK": "01846557-d199-44d4-b71c-c5932fd0dcd7", "AccreditationTypeFk": "06def906-a143-4df7-80fb-29d2d405dd99", "AccreditationGroupFK": "2deb31d4-3fd8-44dd-a398-c83e751c5791", "ReplacementAccreditationFK": "e573c612-4842-4e5a-92f9-5742763efc41", "CreatedBy": "276a70be-b137-41ab-bb18-24a4eec5b65c", "HomeGroup": "33b128eb-d3e4-4fc6-a518-78856d82ca1b", "Name": "sample string 1", "Description": "sample string 2", "Category": 1, "IncentiveIconFK": "754839fd-386e-4a93-aa5b-193a2888fdc1", "IncentiveIcon": "sample string 3", "IncentiveText": "sample string 4", "NoOfCourses": 1, "CertificateImage": "sample string 5", "CertificateImageFK": "b07d44ce-1014-4bca-837f-167512e51367", "Expires": "2024-11-25T04:20:58.2145096-05:00", "AwardHomePage": 1, "Enabled": true, "Created": "2024-11-25T04:20:58.2145096-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>2deb31d4-3fd8-44dd-a398-c83e751c5791</AccreditationGroupFK> <AccreditationIDPK>01846557-d199-44d4-b71c-c5932fd0dcd7</AccreditationIDPK> <AccreditationTypeFk>06def906-a143-4df7-80fb-29d2d405dd99</AccreditationTypeFk> <AwardHomePage>1</AwardHomePage> <Category>1</Category> <CertificateImage>sample string 5</CertificateImage> <CertificateImageFK>b07d44ce-1014-4bca-837f-167512e51367</CertificateImageFK> <Created>2024-11-25T04:20:58.2145096-05:00</Created> <CreatedBy>276a70be-b137-41ab-bb18-24a4eec5b65c</CreatedBy> <Description>sample string 2</Description> <Enabled>true</Enabled> <Expires>2024-11-25T04:20:58.2145096-05:00</Expires> <ExternalRef>sample string 8</ExternalRef> <HomeGroup>33b128eb-d3e4-4fc6-a518-78856d82ca1b</HomeGroup> <IncentiveIcon>sample string 3</IncentiveIcon> <IncentiveIconFK>754839fd-386e-4a93-aa5b-193a2888fdc1</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>e573c612-4842-4e5a-92f9-5742763efc41</ReplacementAccreditationFK> <URL>sample string 6</URL> </Accreditation> <Accreditation> <AccreditationGroupFK>2deb31d4-3fd8-44dd-a398-c83e751c5791</AccreditationGroupFK> <AccreditationIDPK>01846557-d199-44d4-b71c-c5932fd0dcd7</AccreditationIDPK> <AccreditationTypeFk>06def906-a143-4df7-80fb-29d2d405dd99</AccreditationTypeFk> <AwardHomePage>1</AwardHomePage> <Category>1</Category> <CertificateImage>sample string 5</CertificateImage> <CertificateImageFK>b07d44ce-1014-4bca-837f-167512e51367</CertificateImageFK> <Created>2024-11-25T04:20:58.2145096-05:00</Created> <CreatedBy>276a70be-b137-41ab-bb18-24a4eec5b65c</CreatedBy> <Description>sample string 2</Description> <Enabled>true</Enabled> <Expires>2024-11-25T04:20:58.2145096-05:00</Expires> <ExternalRef>sample string 8</ExternalRef> <HomeGroup>33b128eb-d3e4-4fc6-a518-78856d82ca1b</HomeGroup> <IncentiveIcon>sample string 3</IncentiveIcon> <IncentiveIconFK>754839fd-386e-4a93-aa5b-193a2888fdc1</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>e573c612-4842-4e5a-92f9-5742763efc41</ReplacementAccreditationFK> <URL>sample string 6</URL> </Accreditation> </ArrayOfAccreditation>