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": "07414262-f04a-4270-bce0-b0eb2e2bc532",
"ParentWebProductId": "e6fc2d14-516b-4c76-a81c-bb3e78a8a725"
},
{
"WebProductId": "07414262-f04a-4270-bce0-b0eb2e2bc532",
"ParentWebProductId": "e6fc2d14-516b-4c76-a81c-bb3e78a8a725"
}
],
"ProgramId": "6e58e469-9610-4a27-a025-b149678c74c7"
}
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>e6fc2d14-516b-4c76-a81c-bb3e78a8a725</ParentWebProductId>
<WebProductId>07414262-f04a-4270-bce0-b0eb2e2bc532</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>e6fc2d14-516b-4c76-a81c-bb3e78a8a725</ParentWebProductId>
<WebProductId>07414262-f04a-4270-bce0-b0eb2e2bc532</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>6e58e469-9610-4a27-a025-b149678c74c7</ProgramId>
</ExamProductSet>