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": "4c8cf81d-2509-4622-a980-0ed8b83c2620",
"ParentWebProductId": "7a8954bd-918d-480a-9e3d-b8b925030f97"
},
{
"WebProductId": "4c8cf81d-2509-4622-a980-0ed8b83c2620",
"ParentWebProductId": "7a8954bd-918d-480a-9e3d-b8b925030f97"
}
],
"ProgramId": "ed4c34e1-b3ed-4e40-a11c-b13c5c598b51"
}
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>7a8954bd-918d-480a-9e3d-b8b925030f97</ParentWebProductId>
<WebProductId>4c8cf81d-2509-4622-a980-0ed8b83c2620</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>7a8954bd-918d-480a-9e3d-b8b925030f97</ParentWebProductId>
<WebProductId>4c8cf81d-2509-4622-a980-0ed8b83c2620</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>ed4c34e1-b3ed-4e40-a11c-b13c5c598b51</ProgramId>
</ExamProductSet>