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": "f99879f0-fcd0-41b2-8251-3a60c08d041c",
"ParentWebProductId": "35d1fb62-f87e-440a-bf50-12d05767017a"
},
{
"WebProductId": "f99879f0-fcd0-41b2-8251-3a60c08d041c",
"ParentWebProductId": "35d1fb62-f87e-440a-bf50-12d05767017a"
}
],
"ProgramId": "ebabe84f-3aa3-4f61-a02b-5abce324a716"
}
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>35d1fb62-f87e-440a-bf50-12d05767017a</ParentWebProductId>
<WebProductId>f99879f0-fcd0-41b2-8251-3a60c08d041c</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>35d1fb62-f87e-440a-bf50-12d05767017a</ParentWebProductId>
<WebProductId>f99879f0-fcd0-41b2-8251-3a60c08d041c</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>ebabe84f-3aa3-4f61-a02b-5abce324a716</ProgramId>
</ExamProductSet>