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": "f663585c-daa3-4705-ba0c-97e9fec5d71a",
"ParentWebProductId": "6f1fd0a2-06aa-4733-b1e7-b3e46a486699"
},
{
"WebProductId": "f663585c-daa3-4705-ba0c-97e9fec5d71a",
"ParentWebProductId": "6f1fd0a2-06aa-4733-b1e7-b3e46a486699"
}
],
"ProgramId": "7ba40bd7-3dc0-4b2e-a329-60d775bf1b93"
}
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>6f1fd0a2-06aa-4733-b1e7-b3e46a486699</ParentWebProductId>
<WebProductId>f663585c-daa3-4705-ba0c-97e9fec5d71a</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>6f1fd0a2-06aa-4733-b1e7-b3e46a486699</ParentWebProductId>
<WebProductId>f663585c-daa3-4705-ba0c-97e9fec5d71a</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>7ba40bd7-3dc0-4b2e-a329-60d775bf1b93</ProgramId>
</ExamProductSet>