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": "aa14578e-e536-42bb-85fc-4e8e82fad434",
"ParentWebProductId": "c7ddffd6-60e2-430f-a8d2-04dfe939de01"
},
{
"WebProductId": "aa14578e-e536-42bb-85fc-4e8e82fad434",
"ParentWebProductId": "c7ddffd6-60e2-430f-a8d2-04dfe939de01"
}
],
"ProgramId": "7c857c20-320c-4955-9de6-640126ae909f"
}
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>c7ddffd6-60e2-430f-a8d2-04dfe939de01</ParentWebProductId>
<WebProductId>aa14578e-e536-42bb-85fc-4e8e82fad434</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>c7ddffd6-60e2-430f-a8d2-04dfe939de01</ParentWebProductId>
<WebProductId>aa14578e-e536-42bb-85fc-4e8e82fad434</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>7c857c20-320c-4955-9de6-640126ae909f</ProgramId>
</ExamProductSet>