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": "ff055178-498b-4401-b414-56a5b82cef5f",
"ParentWebProductId": "a934614e-4eff-4112-b89b-a3f92d1f2903"
},
{
"WebProductId": "ff055178-498b-4401-b414-56a5b82cef5f",
"ParentWebProductId": "a934614e-4eff-4112-b89b-a3f92d1f2903"
}
],
"ProgramId": "b26a02f9-8272-4bc6-a2d0-4349843f0093"
}
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>a934614e-4eff-4112-b89b-a3f92d1f2903</ParentWebProductId>
<WebProductId>ff055178-498b-4401-b414-56a5b82cef5f</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>a934614e-4eff-4112-b89b-a3f92d1f2903</ParentWebProductId>
<WebProductId>ff055178-498b-4401-b414-56a5b82cef5f</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>b26a02f9-8272-4bc6-a2d0-4349843f0093</ProgramId>
</ExamProductSet>