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": "c83d10b4-5608-4664-bf93-03e8e8d7c3a4",
"ParentWebProductId": "c99e7f44-8a49-4edf-bcdf-d3f6b1462431"
},
{
"WebProductId": "c83d10b4-5608-4664-bf93-03e8e8d7c3a4",
"ParentWebProductId": "c99e7f44-8a49-4edf-bcdf-d3f6b1462431"
}
],
"ProgramId": "ec25a7a3-4282-438b-a96f-15385b7f5c32"
}
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>c99e7f44-8a49-4edf-bcdf-d3f6b1462431</ParentWebProductId>
<WebProductId>c83d10b4-5608-4664-bf93-03e8e8d7c3a4</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>c99e7f44-8a49-4edf-bcdf-d3f6b1462431</ParentWebProductId>
<WebProductId>c83d10b4-5608-4664-bf93-03e8e8d7c3a4</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>ec25a7a3-4282-438b-a96f-15385b7f5c32</ProgramId>
</ExamProductSet>