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": "80904939-5fcd-4d32-9f47-016a8573bdac",
"ParentWebProductId": "9c0cb0cc-532e-4fe8-8e67-1ce132efea64"
},
{
"WebProductId": "80904939-5fcd-4d32-9f47-016a8573bdac",
"ParentWebProductId": "9c0cb0cc-532e-4fe8-8e67-1ce132efea64"
}
],
"ProgramId": "3f4ef613-e643-4a96-a048-f38b68b239ec"
}
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>9c0cb0cc-532e-4fe8-8e67-1ce132efea64</ParentWebProductId>
<WebProductId>80904939-5fcd-4d32-9f47-016a8573bdac</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>9c0cb0cc-532e-4fe8-8e67-1ce132efea64</ParentWebProductId>
<WebProductId>80904939-5fcd-4d32-9f47-016a8573bdac</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>3f4ef613-e643-4a96-a048-f38b68b239ec</ProgramId>
</ExamProductSet>