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": "9882d664-a0c3-49a0-b55a-168b006908b9",
"ParentWebProductId": "94742b8f-ef0d-43eb-a5ff-00022ca55dd1"
},
{
"WebProductId": "9882d664-a0c3-49a0-b55a-168b006908b9",
"ParentWebProductId": "94742b8f-ef0d-43eb-a5ff-00022ca55dd1"
}
],
"ProgramId": "37dab80a-63aa-41e5-a219-eb7278ae285d"
}
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>94742b8f-ef0d-43eb-a5ff-00022ca55dd1</ParentWebProductId>
<WebProductId>9882d664-a0c3-49a0-b55a-168b006908b9</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>94742b8f-ef0d-43eb-a5ff-00022ca55dd1</ParentWebProductId>
<WebProductId>9882d664-a0c3-49a0-b55a-168b006908b9</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>37dab80a-63aa-41e5-a219-eb7278ae285d</ProgramId>
</ExamProductSet>