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": "a5eb2f5b-7e86-432e-989c-84386d1ec1e7",
"ParentWebProductId": "b0dbabdd-667a-45e9-9b1e-063ca3d182dc"
},
{
"WebProductId": "a5eb2f5b-7e86-432e-989c-84386d1ec1e7",
"ParentWebProductId": "b0dbabdd-667a-45e9-9b1e-063ca3d182dc"
}
],
"ProgramId": "d34841a1-142e-4ceb-a18e-a598a47b3318"
}
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>b0dbabdd-667a-45e9-9b1e-063ca3d182dc</ParentWebProductId>
<WebProductId>a5eb2f5b-7e86-432e-989c-84386d1ec1e7</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>b0dbabdd-667a-45e9-9b1e-063ca3d182dc</ParentWebProductId>
<WebProductId>a5eb2f5b-7e86-432e-989c-84386d1ec1e7</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>d34841a1-142e-4ceb-a18e-a598a47b3318</ProgramId>
</ExamProductSet>