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": "a29a9957-257b-46f3-9f33-13315c5fe2f9",
"ParentWebProductId": "1689c2ad-40eb-4235-b3bb-75d3cf1c4c4e"
},
{
"WebProductId": "a29a9957-257b-46f3-9f33-13315c5fe2f9",
"ParentWebProductId": "1689c2ad-40eb-4235-b3bb-75d3cf1c4c4e"
}
],
"ProgramId": "4cd8db2d-991e-4ffe-a761-59e0655355e5"
}
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>1689c2ad-40eb-4235-b3bb-75d3cf1c4c4e</ParentWebProductId>
<WebProductId>a29a9957-257b-46f3-9f33-13315c5fe2f9</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>1689c2ad-40eb-4235-b3bb-75d3cf1c4c4e</ParentWebProductId>
<WebProductId>a29a9957-257b-46f3-9f33-13315c5fe2f9</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>4cd8db2d-991e-4ffe-a761-59e0655355e5</ProgramId>
</ExamProductSet>