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": "1a880db0-92c0-4e31-9815-127d297e111a",
"ParentWebProductId": "1fd6acce-d99e-482b-95e7-d6d4f1a84366"
},
{
"WebProductId": "1a880db0-92c0-4e31-9815-127d297e111a",
"ParentWebProductId": "1fd6acce-d99e-482b-95e7-d6d4f1a84366"
}
],
"ProgramId": "dd4dace8-83e6-4dd9-be49-80d63be8686b"
}
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>1fd6acce-d99e-482b-95e7-d6d4f1a84366</ParentWebProductId>
<WebProductId>1a880db0-92c0-4e31-9815-127d297e111a</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>1fd6acce-d99e-482b-95e7-d6d4f1a84366</ParentWebProductId>
<WebProductId>1a880db0-92c0-4e31-9815-127d297e111a</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>dd4dace8-83e6-4dd9-be49-80d63be8686b</ProgramId>
</ExamProductSet>