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": "c6073cd0-939f-4b09-9582-20d8356c676d",
"ParentWebProductId": "6668e483-fa11-4daf-a4d6-d7401bd670cb"
},
{
"WebProductId": "c6073cd0-939f-4b09-9582-20d8356c676d",
"ParentWebProductId": "6668e483-fa11-4daf-a4d6-d7401bd670cb"
}
],
"ProgramId": "52480a3f-e0d5-4706-b994-b234d170aa85"
}
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>6668e483-fa11-4daf-a4d6-d7401bd670cb</ParentWebProductId>
<WebProductId>c6073cd0-939f-4b09-9582-20d8356c676d</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>6668e483-fa11-4daf-a4d6-d7401bd670cb</ParentWebProductId>
<WebProductId>c6073cd0-939f-4b09-9582-20d8356c676d</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>52480a3f-e0d5-4706-b994-b234d170aa85</ProgramId>
</ExamProductSet>