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": "01d107f0-b161-4f62-b740-12ec3816b90a",
"ParentWebProductId": "89707205-cda8-4389-a5b7-00a64221dc54"
},
{
"WebProductId": "01d107f0-b161-4f62-b740-12ec3816b90a",
"ParentWebProductId": "89707205-cda8-4389-a5b7-00a64221dc54"
}
],
"ProgramId": "1a61ce50-b512-4ba2-a52c-6561538a1f3b"
}
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>89707205-cda8-4389-a5b7-00a64221dc54</ParentWebProductId>
<WebProductId>01d107f0-b161-4f62-b740-12ec3816b90a</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>89707205-cda8-4389-a5b7-00a64221dc54</ParentWebProductId>
<WebProductId>01d107f0-b161-4f62-b740-12ec3816b90a</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>1a61ce50-b512-4ba2-a52c-6561538a1f3b</ProgramId>
</ExamProductSet>