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": "9ea6fc50-ff00-40ca-bd8a-a68ab8ea063d",
"ParentWebProductId": "20b54de9-02a0-4d71-a3aa-8646d0889782"
},
{
"WebProductId": "9ea6fc50-ff00-40ca-bd8a-a68ab8ea063d",
"ParentWebProductId": "20b54de9-02a0-4d71-a3aa-8646d0889782"
}
],
"ProgramId": "510ed0b8-14c5-45c8-a3e9-bedf1874dfd1"
}
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>20b54de9-02a0-4d71-a3aa-8646d0889782</ParentWebProductId>
<WebProductId>9ea6fc50-ff00-40ca-bd8a-a68ab8ea063d</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>20b54de9-02a0-4d71-a3aa-8646d0889782</ParentWebProductId>
<WebProductId>9ea6fc50-ff00-40ca-bd8a-a68ab8ea063d</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>510ed0b8-14c5-45c8-a3e9-bedf1874dfd1</ProgramId>
</ExamProductSet>