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": "eb15f136-d328-4b9d-a8df-33fa7960d27c",
"ParentWebProductId": "a1c696f0-e60e-4cb7-b6da-5ab1f5ced2d7"
},
{
"WebProductId": "eb15f136-d328-4b9d-a8df-33fa7960d27c",
"ParentWebProductId": "a1c696f0-e60e-4cb7-b6da-5ab1f5ced2d7"
}
],
"ProgramId": "191bfa59-6636-420e-b110-56683ae39cf3"
}
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>a1c696f0-e60e-4cb7-b6da-5ab1f5ced2d7</ParentWebProductId>
<WebProductId>eb15f136-d328-4b9d-a8df-33fa7960d27c</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>a1c696f0-e60e-4cb7-b6da-5ab1f5ced2d7</ParentWebProductId>
<WebProductId>eb15f136-d328-4b9d-a8df-33fa7960d27c</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>191bfa59-6636-420e-b110-56683ae39cf3</ProgramId>
</ExamProductSet>