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": "9e36c512-fd6b-4a8c-8e62-8189a320db0d",
"ParentWebProductId": "5b5b58ce-a429-4056-86af-3c1ccb2cb9bb"
},
{
"WebProductId": "9e36c512-fd6b-4a8c-8e62-8189a320db0d",
"ParentWebProductId": "5b5b58ce-a429-4056-86af-3c1ccb2cb9bb"
}
],
"ProgramId": "9e2bfabc-bb8c-487c-a5b6-12dfafefc1d8"
}
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>5b5b58ce-a429-4056-86af-3c1ccb2cb9bb</ParentWebProductId>
<WebProductId>9e36c512-fd6b-4a8c-8e62-8189a320db0d</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>5b5b58ce-a429-4056-86af-3c1ccb2cb9bb</ParentWebProductId>
<WebProductId>9e36c512-fd6b-4a8c-8e62-8189a320db0d</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>9e2bfabc-bb8c-487c-a5b6-12dfafefc1d8</ProgramId>
</ExamProductSet>