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": "f64e91ad-65a9-4137-9954-525680263016",
"ParentWebProductId": "fb8ad462-3836-4a4a-95f4-8a5b75faf03e"
},
{
"WebProductId": "f64e91ad-65a9-4137-9954-525680263016",
"ParentWebProductId": "fb8ad462-3836-4a4a-95f4-8a5b75faf03e"
}
],
"ProgramId": "f242b153-c8c5-445a-b1ac-fa307fb54ab9"
}
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>fb8ad462-3836-4a4a-95f4-8a5b75faf03e</ParentWebProductId>
<WebProductId>f64e91ad-65a9-4137-9954-525680263016</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>fb8ad462-3836-4a4a-95f4-8a5b75faf03e</ParentWebProductId>
<WebProductId>f64e91ad-65a9-4137-9954-525680263016</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>f242b153-c8c5-445a-b1ac-fa307fb54ab9</ProgramId>
</ExamProductSet>