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": "f3bed973-cae0-4612-a141-a6d7122c6120",
"ParentWebProductId": "b76b5377-4c01-43ff-9a8e-eced48ec8935"
},
{
"WebProductId": "f3bed973-cae0-4612-a141-a6d7122c6120",
"ParentWebProductId": "b76b5377-4c01-43ff-9a8e-eced48ec8935"
}
],
"ProgramId": "395ea027-1064-4f05-b838-bbab88278eec"
}
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>b76b5377-4c01-43ff-9a8e-eced48ec8935</ParentWebProductId>
<WebProductId>f3bed973-cae0-4612-a141-a6d7122c6120</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>b76b5377-4c01-43ff-9a8e-eced48ec8935</ParentWebProductId>
<WebProductId>f3bed973-cae0-4612-a141-a6d7122c6120</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>395ea027-1064-4f05-b838-bbab88278eec</ProgramId>
</ExamProductSet>