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": "f7854981-5df1-48c3-a53d-7708785cd2b8",
"ParentWebProductId": "43672564-1acf-482f-867f-0c348755fa60"
},
{
"WebProductId": "f7854981-5df1-48c3-a53d-7708785cd2b8",
"ParentWebProductId": "43672564-1acf-482f-867f-0c348755fa60"
}
],
"ProgramId": "0cbbe3a9-2168-4166-b86c-fd5cf5b5fac3"
}
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>43672564-1acf-482f-867f-0c348755fa60</ParentWebProductId>
<WebProductId>f7854981-5df1-48c3-a53d-7708785cd2b8</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>43672564-1acf-482f-867f-0c348755fa60</ParentWebProductId>
<WebProductId>f7854981-5df1-48c3-a53d-7708785cd2b8</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>0cbbe3a9-2168-4166-b86c-fd5cf5b5fac3</ProgramId>
</ExamProductSet>