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": "dc38ab3f-8090-4740-a42b-8a43b9b4654e",
"ParentWebProductId": "47f0f382-fe25-4d4a-8539-64db1e044f12"
},
{
"WebProductId": "dc38ab3f-8090-4740-a42b-8a43b9b4654e",
"ParentWebProductId": "47f0f382-fe25-4d4a-8539-64db1e044f12"
}
],
"ProgramId": "b56f9aeb-b8ad-47e9-9eca-5ade98944189"
}
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>47f0f382-fe25-4d4a-8539-64db1e044f12</ParentWebProductId>
<WebProductId>dc38ab3f-8090-4740-a42b-8a43b9b4654e</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>47f0f382-fe25-4d4a-8539-64db1e044f12</ParentWebProductId>
<WebProductId>dc38ab3f-8090-4740-a42b-8a43b9b4654e</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>b56f9aeb-b8ad-47e9-9eca-5ade98944189</ProgramId>
</ExamProductSet>