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": "1306a877-fa9b-4436-8abc-635f57c6af9e",
"ParentWebProductId": "01fe38aa-21ca-4512-8365-fe6cfe3ece0c"
},
{
"WebProductId": "1306a877-fa9b-4436-8abc-635f57c6af9e",
"ParentWebProductId": "01fe38aa-21ca-4512-8365-fe6cfe3ece0c"
}
],
"ProgramId": "b9d0036f-4313-40b3-995a-81d6692761c3"
}
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>01fe38aa-21ca-4512-8365-fe6cfe3ece0c</ParentWebProductId>
<WebProductId>1306a877-fa9b-4436-8abc-635f57c6af9e</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>01fe38aa-21ca-4512-8365-fe6cfe3ece0c</ParentWebProductId>
<WebProductId>1306a877-fa9b-4436-8abc-635f57c6af9e</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>b9d0036f-4313-40b3-995a-81d6692761c3</ProgramId>
</ExamProductSet>