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": "e0714089-578f-4fa3-82f5-a7692505e7db",
"ParentWebProductId": "68281ba8-1fc9-4986-aed9-987c2fe358a2"
},
{
"WebProductId": "e0714089-578f-4fa3-82f5-a7692505e7db",
"ParentWebProductId": "68281ba8-1fc9-4986-aed9-987c2fe358a2"
}
],
"ProgramId": "2c2e801d-de73-47dc-8ed8-f156c375be05"
}
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>68281ba8-1fc9-4986-aed9-987c2fe358a2</ParentWebProductId>
<WebProductId>e0714089-578f-4fa3-82f5-a7692505e7db</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>68281ba8-1fc9-4986-aed9-987c2fe358a2</ParentWebProductId>
<WebProductId>e0714089-578f-4fa3-82f5-a7692505e7db</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>2c2e801d-de73-47dc-8ed8-f156c375be05</ProgramId>
</ExamProductSet>