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": "91b9dc56-7b83-4f8f-b422-f801bd74186c",
"ParentWebProductId": "53e9060e-bac6-47fe-9bde-f213a68a7f21"
},
{
"WebProductId": "91b9dc56-7b83-4f8f-b422-f801bd74186c",
"ParentWebProductId": "53e9060e-bac6-47fe-9bde-f213a68a7f21"
}
],
"ProgramId": "84c0c8f0-956f-46f3-96d8-039267f04bbe"
}
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>53e9060e-bac6-47fe-9bde-f213a68a7f21</ParentWebProductId>
<WebProductId>91b9dc56-7b83-4f8f-b422-f801bd74186c</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>53e9060e-bac6-47fe-9bde-f213a68a7f21</ParentWebProductId>
<WebProductId>91b9dc56-7b83-4f8f-b422-f801bd74186c</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>84c0c8f0-956f-46f3-96d8-039267f04bbe</ProgramId>
</ExamProductSet>