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": "a3e75f98-2da8-41b4-a979-198b8b5d0365",
"ParentWebProductId": "d1f76d04-17f8-4306-848b-a34e0ed56852"
},
{
"WebProductId": "a3e75f98-2da8-41b4-a979-198b8b5d0365",
"ParentWebProductId": "d1f76d04-17f8-4306-848b-a34e0ed56852"
}
],
"ProgramId": "b5440ca5-770f-4059-b56b-ca38ced7defa"
}
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>d1f76d04-17f8-4306-848b-a34e0ed56852</ParentWebProductId>
<WebProductId>a3e75f98-2da8-41b4-a979-198b8b5d0365</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>d1f76d04-17f8-4306-848b-a34e0ed56852</ParentWebProductId>
<WebProductId>a3e75f98-2da8-41b4-a979-198b8b5d0365</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>b5440ca5-770f-4059-b56b-ca38ced7defa</ProgramId>
</ExamProductSet>