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": "144d1e0e-0d44-425d-bd41-75732263bd07",
"ParentWebProductId": "c2ad63ab-0116-4c31-9a40-dc72db21f85f"
},
{
"WebProductId": "144d1e0e-0d44-425d-bd41-75732263bd07",
"ParentWebProductId": "c2ad63ab-0116-4c31-9a40-dc72db21f85f"
}
],
"ProgramId": "b52dcbc7-a34c-46ea-9bc9-7e432bf88650"
}
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>c2ad63ab-0116-4c31-9a40-dc72db21f85f</ParentWebProductId>
<WebProductId>144d1e0e-0d44-425d-bd41-75732263bd07</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>c2ad63ab-0116-4c31-9a40-dc72db21f85f</ParentWebProductId>
<WebProductId>144d1e0e-0d44-425d-bd41-75732263bd07</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>b52dcbc7-a34c-46ea-9bc9-7e432bf88650</ProgramId>
</ExamProductSet>