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": "2cc6b517-7d0a-48ea-96a8-44e64acd06fe",
"ParentWebProductId": "011f9394-c51f-4cd1-9338-e96b03b0d2b0"
},
{
"WebProductId": "2cc6b517-7d0a-48ea-96a8-44e64acd06fe",
"ParentWebProductId": "011f9394-c51f-4cd1-9338-e96b03b0d2b0"
}
],
"ProgramId": "4b713d1c-16d4-4b47-a1d4-3e62e46a5d3d"
}
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>011f9394-c51f-4cd1-9338-e96b03b0d2b0</ParentWebProductId>
<WebProductId>2cc6b517-7d0a-48ea-96a8-44e64acd06fe</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>011f9394-c51f-4cd1-9338-e96b03b0d2b0</ParentWebProductId>
<WebProductId>2cc6b517-7d0a-48ea-96a8-44e64acd06fe</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>4b713d1c-16d4-4b47-a1d4-3e62e46a5d3d</ProgramId>
</ExamProductSet>