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": "e89dcfb8-1b80-43a5-a8f3-8e16a8520bb9",
"ParentWebProductId": "771a1448-4261-4c2c-ba6c-5da49e5d4181"
},
{
"WebProductId": "e89dcfb8-1b80-43a5-a8f3-8e16a8520bb9",
"ParentWebProductId": "771a1448-4261-4c2c-ba6c-5da49e5d4181"
}
],
"ProgramId": "9f1926c1-3f47-47f3-a258-eb451d928956"
}
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>771a1448-4261-4c2c-ba6c-5da49e5d4181</ParentWebProductId>
<WebProductId>e89dcfb8-1b80-43a5-a8f3-8e16a8520bb9</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>771a1448-4261-4c2c-ba6c-5da49e5d4181</ParentWebProductId>
<WebProductId>e89dcfb8-1b80-43a5-a8f3-8e16a8520bb9</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>9f1926c1-3f47-47f3-a258-eb451d928956</ProgramId>
</ExamProductSet>