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": "b05bd92e-8b5d-43b9-9922-4d38df153efb",
"ParentWebProductId": "00dab6e2-ca5c-4981-b39c-8ad0cac8719d"
},
{
"WebProductId": "b05bd92e-8b5d-43b9-9922-4d38df153efb",
"ParentWebProductId": "00dab6e2-ca5c-4981-b39c-8ad0cac8719d"
}
],
"ProgramId": "0ab68593-7282-4c38-88e3-32386ff61017"
}
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>00dab6e2-ca5c-4981-b39c-8ad0cac8719d</ParentWebProductId>
<WebProductId>b05bd92e-8b5d-43b9-9922-4d38df153efb</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>00dab6e2-ca5c-4981-b39c-8ad0cac8719d</ParentWebProductId>
<WebProductId>b05bd92e-8b5d-43b9-9922-4d38df153efb</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>0ab68593-7282-4c38-88e3-32386ff61017</ProgramId>
</ExamProductSet>