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": "83a282c0-f283-4d1e-b947-fb0f48471aca",
"ParentWebProductId": "88110bf4-24f1-4120-aed0-a89cca34c394"
},
{
"WebProductId": "83a282c0-f283-4d1e-b947-fb0f48471aca",
"ParentWebProductId": "88110bf4-24f1-4120-aed0-a89cca34c394"
}
],
"ProgramId": "d16302a6-38ff-4a51-a388-55acb4b2325d"
}
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>88110bf4-24f1-4120-aed0-a89cca34c394</ParentWebProductId>
<WebProductId>83a282c0-f283-4d1e-b947-fb0f48471aca</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>88110bf4-24f1-4120-aed0-a89cca34c394</ParentWebProductId>
<WebProductId>83a282c0-f283-4d1e-b947-fb0f48471aca</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>d16302a6-38ff-4a51-a388-55acb4b2325d</ProgramId>
</ExamProductSet>