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": "0ec66ddb-7012-4516-8957-d328cbeea926",
"ParentWebProductId": "91414256-214c-4d27-ab13-83943ed707b1"
},
{
"WebProductId": "0ec66ddb-7012-4516-8957-d328cbeea926",
"ParentWebProductId": "91414256-214c-4d27-ab13-83943ed707b1"
}
],
"ProgramId": "8c7fc20e-f77c-40ca-be02-6227940545f1"
}
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>91414256-214c-4d27-ab13-83943ed707b1</ParentWebProductId>
<WebProductId>0ec66ddb-7012-4516-8957-d328cbeea926</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>91414256-214c-4d27-ab13-83943ed707b1</ParentWebProductId>
<WebProductId>0ec66ddb-7012-4516-8957-d328cbeea926</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>8c7fc20e-f77c-40ca-be02-6227940545f1</ProgramId>
</ExamProductSet>