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": "f15c36fa-1efe-4494-9e0b-fb3272c03c29",
"ParentWebProductId": "e83f4f49-337a-4a8c-aba8-f19d0c4901de"
},
{
"WebProductId": "f15c36fa-1efe-4494-9e0b-fb3272c03c29",
"ParentWebProductId": "e83f4f49-337a-4a8c-aba8-f19d0c4901de"
}
],
"ProgramId": "e01eeb03-7af7-4936-95ee-8ee34ec838f5"
}
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>e83f4f49-337a-4a8c-aba8-f19d0c4901de</ParentWebProductId>
<WebProductId>f15c36fa-1efe-4494-9e0b-fb3272c03c29</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>e83f4f49-337a-4a8c-aba8-f19d0c4901de</ParentWebProductId>
<WebProductId>f15c36fa-1efe-4494-9e0b-fb3272c03c29</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>e01eeb03-7af7-4936-95ee-8ee34ec838f5</ProgramId>
</ExamProductSet>