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": "8081cea7-047d-40c5-9568-15d6685e5b5b",
"ParentWebProductId": "29f5efe5-5e12-4c16-9c8b-61adb597b2e0"
},
{
"WebProductId": "8081cea7-047d-40c5-9568-15d6685e5b5b",
"ParentWebProductId": "29f5efe5-5e12-4c16-9c8b-61adb597b2e0"
}
],
"ProgramId": "3bec42a3-49ed-4398-9f47-6a1635319dcc"
}
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>29f5efe5-5e12-4c16-9c8b-61adb597b2e0</ParentWebProductId>
<WebProductId>8081cea7-047d-40c5-9568-15d6685e5b5b</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>29f5efe5-5e12-4c16-9c8b-61adb597b2e0</ParentWebProductId>
<WebProductId>8081cea7-047d-40c5-9568-15d6685e5b5b</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>3bec42a3-49ed-4398-9f47-6a1635319dcc</ProgramId>
</ExamProductSet>