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": "6c7e1f13-a95f-4165-9cea-747b9ccee8b1",
"ParentWebProductId": "08ef514e-4d09-4fee-aa73-43a9c8ea1ff9"
},
{
"WebProductId": "6c7e1f13-a95f-4165-9cea-747b9ccee8b1",
"ParentWebProductId": "08ef514e-4d09-4fee-aa73-43a9c8ea1ff9"
}
],
"ProgramId": "7bf541c5-3013-44bb-a29b-afd77aee59d6"
}
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>08ef514e-4d09-4fee-aa73-43a9c8ea1ff9</ParentWebProductId>
<WebProductId>6c7e1f13-a95f-4165-9cea-747b9ccee8b1</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>08ef514e-4d09-4fee-aa73-43a9c8ea1ff9</ParentWebProductId>
<WebProductId>6c7e1f13-a95f-4165-9cea-747b9ccee8b1</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>7bf541c5-3013-44bb-a29b-afd77aee59d6</ProgramId>
</ExamProductSet>