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": "7ccbd4b2-cf07-4e35-885e-5bcd0cc31330",
"ParentWebProductId": "f744ff21-4e8a-4abf-8eb1-7d9ea07f6f12"
},
{
"WebProductId": "7ccbd4b2-cf07-4e35-885e-5bcd0cc31330",
"ParentWebProductId": "f744ff21-4e8a-4abf-8eb1-7d9ea07f6f12"
}
],
"ProgramId": "26db3d8e-6ec2-4265-88d2-cc4a9b09d883"
}
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>f744ff21-4e8a-4abf-8eb1-7d9ea07f6f12</ParentWebProductId>
<WebProductId>7ccbd4b2-cf07-4e35-885e-5bcd0cc31330</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>f744ff21-4e8a-4abf-8eb1-7d9ea07f6f12</ParentWebProductId>
<WebProductId>7ccbd4b2-cf07-4e35-885e-5bcd0cc31330</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>26db3d8e-6ec2-4265-88d2-cc4a9b09d883</ProgramId>
</ExamProductSet>