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": "1320feda-b32a-4c2a-80a6-d4ada679c6ab",
"ParentWebProductId": "a0a0d6d1-d950-4824-9521-f47d592fab3b"
},
{
"WebProductId": "1320feda-b32a-4c2a-80a6-d4ada679c6ab",
"ParentWebProductId": "a0a0d6d1-d950-4824-9521-f47d592fab3b"
}
],
"ProgramId": "28aeedfb-323b-48fa-bf84-63981c9369c8"
}
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>a0a0d6d1-d950-4824-9521-f47d592fab3b</ParentWebProductId>
<WebProductId>1320feda-b32a-4c2a-80a6-d4ada679c6ab</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>a0a0d6d1-d950-4824-9521-f47d592fab3b</ParentWebProductId>
<WebProductId>1320feda-b32a-4c2a-80a6-d4ada679c6ab</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>28aeedfb-323b-48fa-bf84-63981c9369c8</ProgramId>
</ExamProductSet>