GET api/provider/program?accountId={accountId}&programId={programId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| accountId | globally unique identifier |
Required |
|
| programId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ProviderProgram| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| ProgramType | IdNamePair |
None. |
|
| ProgramId | string |
None. |
|
| ProgramTitle | string |
None. |
|
| ProgramStartDate | date |
None. |
|
| ProgramEndDate | date |
None. |
|
| ProgramURL | string |
None. |
|
| LearningObjectives | string |
None. |
|
| PresenterName | string |
None. |
|
| CreditType | IdNamePair |
None. |
|
| EducationalTime | decimal number |
None. |
|
| IsAvailableOnline | boolean |
None. |
|
| CourseLocations | Collection of CourseLocation |
None. |
|
| IsAttested | boolean |
None. |
|
| IsRequirementMet | boolean |
None. |
|
| ParentProgram | IdNamePair |
None. |
|
| CreditHours | decimal number |
None. |
|
| IsOngoingProgram | boolean |
None. |
|
| IsDuplicate | boolean |
None. |
|
| NonLearningTime | decimal number |
None. |
|
| ProgramStatus | OptionSetValueModel |
None. |
|
| SubmitProgram | boolean |
None. |
|
| ContactId | globally unique identifier |
None. |
|
| WebProductId | globally unique identifier |
None. |
|
| WebProductName | string |
None. |
|
| Receipt | Receipt |
None. |
|
| IsDuplicateAllowed | boolean |
None. |
|
| IsRosterUploadAllowed | boolean |
None. |
|
| SubmissionDate | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "152e4a69-eb21-432e-a26b-f57252f09695",
"ProgramType": {
"Id": "f3d8fcb3-526b-400f-90e4-9dccf6db40df",
"Name": "sample string 2"
},
"ProgramId": "sample string 2",
"ProgramTitle": "sample string 3",
"ProgramStartDate": "2026-02-01T05:39:09.092065+00:00",
"ProgramEndDate": "2026-02-01T05:39:09.092065+00:00",
"ProgramURL": "sample string 6",
"LearningObjectives": "sample string 7",
"PresenterName": "sample string 8",
"CreditType": {
"Id": "f3d8fcb3-526b-400f-90e4-9dccf6db40df",
"Name": "sample string 2"
},
"EducationalTime": 9.0,
"IsAvailableOnline": true,
"CourseLocations": [
{
"Id": "cbf43bc1-22e2-46b9-acb3-a3969a29a63e",
"Country": {
"Id": "f3d8fcb3-526b-400f-90e4-9dccf6db40df",
"Name": "sample string 2"
},
"StateProvince": {
"Id": "f3d8fcb3-526b-400f-90e4-9dccf6db40df",
"Name": "sample string 2"
},
"StateProvinceString": "sample string 2",
"City": "sample string 3"
},
{
"Id": "cbf43bc1-22e2-46b9-acb3-a3969a29a63e",
"Country": {
"Id": "f3d8fcb3-526b-400f-90e4-9dccf6db40df",
"Name": "sample string 2"
},
"StateProvince": {
"Id": "f3d8fcb3-526b-400f-90e4-9dccf6db40df",
"Name": "sample string 2"
},
"StateProvinceString": "sample string 2",
"City": "sample string 3"
}
],
"IsAttested": true,
"IsRequirementMet": true,
"ParentProgram": {
"Id": "f3d8fcb3-526b-400f-90e4-9dccf6db40df",
"Name": "sample string 2"
},
"CreditHours": 13.0,
"IsOngoingProgram": true,
"IsDuplicate": true,
"NonLearningTime": 16.0,
"ProgramStatus": {
"Label": "sample string 1",
"Value": 2
},
"SubmitProgram": true,
"ContactId": "9eec905f-f8d6-42b7-b2b0-fa987fcb2465",
"WebProductId": "57898ef0-2496-438a-870e-79d4488ad04a",
"WebProductName": "sample string 20",
"Receipt": {
"InvoiceId": "1837dd9e-d094-4c90-a00b-317de16e2639",
"Messages": [
"sample string 1",
"sample string 2"
],
"InvoiceNumber": "sample string 2",
"InvoiceDate": "2026-02-01T05:39:09.1111629+00:00",
"TotalAmountPaid": 4.0,
"PaymentAuthorizationNumber": "sample string 5"
},
"IsDuplicateAllowed": true,
"IsRosterUploadAllowed": true,
"SubmissionDate": "sample string 23"
}
application/xml, text/xml
Sample:
<ProviderProgram xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models">
<ContactId>9eec905f-f8d6-42b7-b2b0-fa987fcb2465</ContactId>
<CourseLocations>
<CourseLocation>
<City>sample string 3</City>
<Country xmlns:d4p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers">
<d4p1:Id>f3d8fcb3-526b-400f-90e4-9dccf6db40df</d4p1:Id>
<d4p1:Name>sample string 2</d4p1:Name>
</Country>
<Id>cbf43bc1-22e2-46b9-acb3-a3969a29a63e</Id>
<StateProvince xmlns:d4p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers">
<d4p1:Id>f3d8fcb3-526b-400f-90e4-9dccf6db40df</d4p1:Id>
<d4p1:Name>sample string 2</d4p1:Name>
</StateProvince>
<StateProvinceString>sample string 2</StateProvinceString>
</CourseLocation>
<CourseLocation>
<City>sample string 3</City>
<Country xmlns:d4p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers">
<d4p1:Id>f3d8fcb3-526b-400f-90e4-9dccf6db40df</d4p1:Id>
<d4p1:Name>sample string 2</d4p1:Name>
</Country>
<Id>cbf43bc1-22e2-46b9-acb3-a3969a29a63e</Id>
<StateProvince xmlns:d4p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers">
<d4p1:Id>f3d8fcb3-526b-400f-90e4-9dccf6db40df</d4p1:Id>
<d4p1:Name>sample string 2</d4p1:Name>
</StateProvince>
<StateProvinceString>sample string 2</StateProvinceString>
</CourseLocation>
</CourseLocations>
<CreditHours>13</CreditHours>
<CreditType xmlns:d2p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers">
<d2p1:Id>f3d8fcb3-526b-400f-90e4-9dccf6db40df</d2p1:Id>
<d2p1:Name>sample string 2</d2p1:Name>
</CreditType>
<EducationalTime>9</EducationalTime>
<Id>152e4a69-eb21-432e-a26b-f57252f09695</Id>
<IsAttested>true</IsAttested>
<IsAvailableOnline>true</IsAvailableOnline>
<IsDuplicate>true</IsDuplicate>
<IsDuplicateAllowed>true</IsDuplicateAllowed>
<IsOngoingProgram>true</IsOngoingProgram>
<IsRequirementMet>true</IsRequirementMet>
<IsRosterUploadAllowed>true</IsRosterUploadAllowed>
<LearningObjectives>sample string 7</LearningObjectives>
<NonLearningTime>16</NonLearningTime>
<ParentProgram xmlns:d2p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers">
<d2p1:Id>f3d8fcb3-526b-400f-90e4-9dccf6db40df</d2p1:Id>
<d2p1:Name>sample string 2</d2p1:Name>
</ParentProgram>
<PresenterName>sample string 8</PresenterName>
<ProgramEndDate>2026-02-01T05:39:09.092065+00:00</ProgramEndDate>
<ProgramId>sample string 2</ProgramId>
<ProgramStartDate>2026-02-01T05:39:09.092065+00:00</ProgramStartDate>
<ProgramStatus xmlns:d2p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers">
<d2p1:Label>sample string 1</d2p1:Label>
<d2p1:Value>2</d2p1:Value>
</ProgramStatus>
<ProgramTitle>sample string 3</ProgramTitle>
<ProgramType xmlns:d2p1="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models.Helpers">
<d2p1:Id>f3d8fcb3-526b-400f-90e4-9dccf6db40df</d2p1:Id>
<d2p1:Name>sample string 2</d2p1:Name>
</ProgramType>
<ProgramURL>sample string 6</ProgramURL>
<Receipt>
<InvoiceDate>2026-02-01T05:39:09.1111629+00:00</InvoiceDate>
<InvoiceId>1837dd9e-d094-4c90-a00b-317de16e2639</InvoiceId>
<InvoiceNumber>sample string 2</InvoiceNumber>
<Messages xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</Messages>
<PaymentAuthorizationNumber>sample string 5</PaymentAuthorizationNumber>
<TotalAmountPaid>4</TotalAmountPaid>
</Receipt>
<SubmissionDate>sample string 23</SubmissionDate>
<SubmitProgram>true</SubmitProgram>
<WebProductId>57898ef0-2496-438a-870e-79d4488ad04a</WebProductId>
<WebProductName>sample string 20</WebProductName>
</ProviderProgram>