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": "e279548a-55cd-4ddb-9152-efe83584da43",
"ParentWebProductId": "bdd9f9de-253d-4f74-bd3b-9a0e5989706b"
},
{
"WebProductId": "e279548a-55cd-4ddb-9152-efe83584da43",
"ParentWebProductId": "bdd9f9de-253d-4f74-bd3b-9a0e5989706b"
}
],
"ProgramId": "febe66d9-2898-4d3a-84cf-53b75930ac9d"
}
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>bdd9f9de-253d-4f74-bd3b-9a0e5989706b</ParentWebProductId>
<WebProductId>e279548a-55cd-4ddb-9152-efe83584da43</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>bdd9f9de-253d-4f74-bd3b-9a0e5989706b</ParentWebProductId>
<WebProductId>e279548a-55cd-4ddb-9152-efe83584da43</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>febe66d9-2898-4d3a-84cf-53b75930ac9d</ProgramId>
</ExamProductSet>