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": "d1d65bfc-e88f-4f58-af59-fa50b977d80f",
"ParentWebProductId": "81ae3e02-fe39-4010-ba74-ed71ed10ba7a"
},
{
"WebProductId": "d1d65bfc-e88f-4f58-af59-fa50b977d80f",
"ParentWebProductId": "81ae3e02-fe39-4010-ba74-ed71ed10ba7a"
}
],
"ProgramId": "a39dc360-0f3a-4655-b118-d60a22851788"
}
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>81ae3e02-fe39-4010-ba74-ed71ed10ba7a</ParentWebProductId>
<WebProductId>d1d65bfc-e88f-4f58-af59-fa50b977d80f</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>81ae3e02-fe39-4010-ba74-ed71ed10ba7a</ParentWebProductId>
<WebProductId>d1d65bfc-e88f-4f58-af59-fa50b977d80f</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>a39dc360-0f3a-4655-b118-d60a22851788</ProgramId>
</ExamProductSet>