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": "287a1146-357a-4e19-88eb-1b7db5ef12fa",
"ParentWebProductId": "0752f277-a739-44c7-a6bb-0e85b3e6cab6"
},
{
"WebProductId": "287a1146-357a-4e19-88eb-1b7db5ef12fa",
"ParentWebProductId": "0752f277-a739-44c7-a6bb-0e85b3e6cab6"
}
],
"ProgramId": "8b129fed-3326-43b6-89e8-9dbdb3aeb51e"
}
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>0752f277-a739-44c7-a6bb-0e85b3e6cab6</ParentWebProductId>
<WebProductId>287a1146-357a-4e19-88eb-1b7db5ef12fa</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>0752f277-a739-44c7-a6bb-0e85b3e6cab6</ParentWebProductId>
<WebProductId>287a1146-357a-4e19-88eb-1b7db5ef12fa</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>8b129fed-3326-43b6-89e8-9dbdb3aeb51e</ProgramId>
</ExamProductSet>