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": "2c54077a-dc84-4654-a811-6f1873bce007",
"ParentWebProductId": "83617f14-e326-425f-b25a-a52cb05efafc"
},
{
"WebProductId": "2c54077a-dc84-4654-a811-6f1873bce007",
"ParentWebProductId": "83617f14-e326-425f-b25a-a52cb05efafc"
}
],
"ProgramId": "de5e0e52-8654-46b5-b3d3-1e65a2d759d0"
}
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>83617f14-e326-425f-b25a-a52cb05efafc</ParentWebProductId>
<WebProductId>2c54077a-dc84-4654-a811-6f1873bce007</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>83617f14-e326-425f-b25a-a52cb05efafc</ParentWebProductId>
<WebProductId>2c54077a-dc84-4654-a811-6f1873bce007</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>de5e0e52-8654-46b5-b3d3-1e65a2d759d0</ProgramId>
</ExamProductSet>