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": "723a3e90-07bc-48cf-97fb-1fb3b1a3f5f9",
"ParentWebProductId": "98b8edad-64cd-474a-accb-01156bfa7c83"
},
{
"WebProductId": "723a3e90-07bc-48cf-97fb-1fb3b1a3f5f9",
"ParentWebProductId": "98b8edad-64cd-474a-accb-01156bfa7c83"
}
],
"ProgramId": "8205f371-d3f6-4f87-b563-03d83258c08a"
}
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>98b8edad-64cd-474a-accb-01156bfa7c83</ParentWebProductId>
<WebProductId>723a3e90-07bc-48cf-97fb-1fb3b1a3f5f9</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>98b8edad-64cd-474a-accb-01156bfa7c83</ParentWebProductId>
<WebProductId>723a3e90-07bc-48cf-97fb-1fb3b1a3f5f9</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>8205f371-d3f6-4f87-b563-03d83258c08a</ProgramId>
</ExamProductSet>