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": "2e49dcb1-2135-4f27-ac49-e196e03538d6",
"ParentWebProductId": "e68ae02b-4b9f-4219-a097-0d00106ec5ea"
},
{
"WebProductId": "2e49dcb1-2135-4f27-ac49-e196e03538d6",
"ParentWebProductId": "e68ae02b-4b9f-4219-a097-0d00106ec5ea"
}
],
"ProgramId": "f45f1e50-eac4-48d1-8b4a-52f74b1e01c9"
}
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>e68ae02b-4b9f-4219-a097-0d00106ec5ea</ParentWebProductId>
<WebProductId>2e49dcb1-2135-4f27-ac49-e196e03538d6</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>e68ae02b-4b9f-4219-a097-0d00106ec5ea</ParentWebProductId>
<WebProductId>2e49dcb1-2135-4f27-ac49-e196e03538d6</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>f45f1e50-eac4-48d1-8b4a-52f74b1e01c9</ProgramId>
</ExamProductSet>