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": "f35f7e83-4a06-4fa6-a5f5-ce28686f7b95",
"ParentWebProductId": "433525c6-428f-46e0-8e39-5c6c3bd2602c"
},
{
"WebProductId": "f35f7e83-4a06-4fa6-a5f5-ce28686f7b95",
"ParentWebProductId": "433525c6-428f-46e0-8e39-5c6c3bd2602c"
}
],
"ProgramId": "3c80cd6a-e322-4fec-997b-080babad8e79"
}
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>433525c6-428f-46e0-8e39-5c6c3bd2602c</ParentWebProductId>
<WebProductId>f35f7e83-4a06-4fa6-a5f5-ce28686f7b95</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>433525c6-428f-46e0-8e39-5c6c3bd2602c</ParentWebProductId>
<WebProductId>f35f7e83-4a06-4fa6-a5f5-ce28686f7b95</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>3c80cd6a-e322-4fec-997b-080babad8e79</ProgramId>
</ExamProductSet>