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": "e67f995d-6d32-48f0-b035-0988c7cde061",
"ParentWebProductId": "acc6e28d-4e8e-4218-ab1f-c21a75aaf5f1"
},
{
"WebProductId": "e67f995d-6d32-48f0-b035-0988c7cde061",
"ParentWebProductId": "acc6e28d-4e8e-4218-ab1f-c21a75aaf5f1"
}
],
"ProgramId": "096529db-62e3-4696-a277-9fd9d6d21ef7"
}
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>acc6e28d-4e8e-4218-ab1f-c21a75aaf5f1</ParentWebProductId>
<WebProductId>e67f995d-6d32-48f0-b035-0988c7cde061</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>acc6e28d-4e8e-4218-ab1f-c21a75aaf5f1</ParentWebProductId>
<WebProductId>e67f995d-6d32-48f0-b035-0988c7cde061</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>096529db-62e3-4696-a277-9fd9d6d21ef7</ProgramId>
</ExamProductSet>