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": "5ad7d656-5092-49f9-8d91-1632ffa32efd",
"ParentWebProductId": "d7c5d175-c316-4974-8ef9-0d8ed7dd7605"
},
{
"WebProductId": "5ad7d656-5092-49f9-8d91-1632ffa32efd",
"ParentWebProductId": "d7c5d175-c316-4974-8ef9-0d8ed7dd7605"
}
],
"ProgramId": "5d45b2b5-839d-4f4e-8bcb-12b0a1140981"
}
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>d7c5d175-c316-4974-8ef9-0d8ed7dd7605</ParentWebProductId>
<WebProductId>5ad7d656-5092-49f9-8d91-1632ffa32efd</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>d7c5d175-c316-4974-8ef9-0d8ed7dd7605</ParentWebProductId>
<WebProductId>5ad7d656-5092-49f9-8d91-1632ffa32efd</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>5d45b2b5-839d-4f4e-8bcb-12b0a1140981</ProgramId>
</ExamProductSet>