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": "6c2cfa3d-f218-4b51-be9a-5176e19f472c",
"ParentWebProductId": "fea09518-5449-4b16-8398-87cee90cca4d"
},
{
"WebProductId": "6c2cfa3d-f218-4b51-be9a-5176e19f472c",
"ParentWebProductId": "fea09518-5449-4b16-8398-87cee90cca4d"
}
],
"ProgramId": "c7ca14ab-7d80-467c-9eec-90e91c987894"
}
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>fea09518-5449-4b16-8398-87cee90cca4d</ParentWebProductId>
<WebProductId>6c2cfa3d-f218-4b51-be9a-5176e19f472c</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>fea09518-5449-4b16-8398-87cee90cca4d</ParentWebProductId>
<WebProductId>6c2cfa3d-f218-4b51-be9a-5176e19f472c</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>c7ca14ab-7d80-467c-9eec-90e91c987894</ProgramId>
</ExamProductSet>