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": "3d2245ad-d114-4dd1-a371-2fad9a1acbce",
"ParentWebProductId": "185ee66d-4d4f-4754-a452-4d8cd23d0682"
},
{
"WebProductId": "3d2245ad-d114-4dd1-a371-2fad9a1acbce",
"ParentWebProductId": "185ee66d-4d4f-4754-a452-4d8cd23d0682"
}
],
"ProgramId": "96d61478-f8cf-4f76-8f72-87a30c8ff83c"
}
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>185ee66d-4d4f-4754-a452-4d8cd23d0682</ParentWebProductId>
<WebProductId>3d2245ad-d114-4dd1-a371-2fad9a1acbce</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>185ee66d-4d4f-4754-a452-4d8cd23d0682</ParentWebProductId>
<WebProductId>3d2245ad-d114-4dd1-a371-2fad9a1acbce</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>96d61478-f8cf-4f76-8f72-87a30c8ff83c</ProgramId>
</ExamProductSet>