GET api/programs/examproduct/details
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ExamProductSet| Name | Description | Type | Additional information |
|---|---|---|---|
| ExamProducts | Collection of ExamProduct |
None. |
|
| ProgramId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"ExamProducts": [
{
"WebProductId": "e809aeca-8050-46ce-b0f6-5a9480dbda5d",
"ParentWebProductId": "b65bfac4-b7cf-421f-b7c4-1a84dbdccd16"
},
{
"WebProductId": "e809aeca-8050-46ce-b0f6-5a9480dbda5d",
"ParentWebProductId": "b65bfac4-b7cf-421f-b7c4-1a84dbdccd16"
}
],
"ProgramId": "6702c741-79c6-4076-830c-6b514e877b5c"
}
application/xml, text/xml
Sample:
<ExamProductSet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HRCI.Services.BL.Models">
<ExamProducts>
<ExamProduct>
<ParentWebProductId>b65bfac4-b7cf-421f-b7c4-1a84dbdccd16</ParentWebProductId>
<WebProductId>e809aeca-8050-46ce-b0f6-5a9480dbda5d</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>b65bfac4-b7cf-421f-b7c4-1a84dbdccd16</ParentWebProductId>
<WebProductId>e809aeca-8050-46ce-b0f6-5a9480dbda5d</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>6702c741-79c6-4076-830c-6b514e877b5c</ProgramId>
</ExamProductSet>