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": "8ee1b559-7b89-4311-aa78-40e94e109367",
"ParentWebProductId": "dfab4d20-9d9c-47f1-8569-55e47a5d57dd"
},
{
"WebProductId": "8ee1b559-7b89-4311-aa78-40e94e109367",
"ParentWebProductId": "dfab4d20-9d9c-47f1-8569-55e47a5d57dd"
}
],
"ProgramId": "81982383-4ee7-4ef7-8644-3f0098889927"
}
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>dfab4d20-9d9c-47f1-8569-55e47a5d57dd</ParentWebProductId>
<WebProductId>8ee1b559-7b89-4311-aa78-40e94e109367</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>dfab4d20-9d9c-47f1-8569-55e47a5d57dd</ParentWebProductId>
<WebProductId>8ee1b559-7b89-4311-aa78-40e94e109367</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>81982383-4ee7-4ef7-8644-3f0098889927</ProgramId>
</ExamProductSet>