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": "13ab04e1-8c7b-43bc-8514-cdd099e155a1",
"ParentWebProductId": "7c6a2e99-006e-4a44-963a-fb6a9322b23d"
},
{
"WebProductId": "13ab04e1-8c7b-43bc-8514-cdd099e155a1",
"ParentWebProductId": "7c6a2e99-006e-4a44-963a-fb6a9322b23d"
}
],
"ProgramId": "b41a7b99-ae98-4625-9bea-5f6f12433f11"
}
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>7c6a2e99-006e-4a44-963a-fb6a9322b23d</ParentWebProductId>
<WebProductId>13ab04e1-8c7b-43bc-8514-cdd099e155a1</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>7c6a2e99-006e-4a44-963a-fb6a9322b23d</ParentWebProductId>
<WebProductId>13ab04e1-8c7b-43bc-8514-cdd099e155a1</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>b41a7b99-ae98-4625-9bea-5f6f12433f11</ProgramId>
</ExamProductSet>