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": "5d84a7ca-8a38-4f9e-ac6b-91e277e0f5c6",
"ParentWebProductId": "4d452904-07a3-46be-afcc-2d8ec953fc30"
},
{
"WebProductId": "5d84a7ca-8a38-4f9e-ac6b-91e277e0f5c6",
"ParentWebProductId": "4d452904-07a3-46be-afcc-2d8ec953fc30"
}
],
"ProgramId": "014ebe79-c822-44e8-83f9-1c3e74c23411"
}
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>4d452904-07a3-46be-afcc-2d8ec953fc30</ParentWebProductId>
<WebProductId>5d84a7ca-8a38-4f9e-ac6b-91e277e0f5c6</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>4d452904-07a3-46be-afcc-2d8ec953fc30</ParentWebProductId>
<WebProductId>5d84a7ca-8a38-4f9e-ac6b-91e277e0f5c6</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>014ebe79-c822-44e8-83f9-1c3e74c23411</ProgramId>
</ExamProductSet>