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": "271dc60c-f5fc-4ddd-8b54-8ca997b7128a",
"ParentWebProductId": "e935fd84-133e-45fa-a17a-0e996e2236e2"
},
{
"WebProductId": "271dc60c-f5fc-4ddd-8b54-8ca997b7128a",
"ParentWebProductId": "e935fd84-133e-45fa-a17a-0e996e2236e2"
}
],
"ProgramId": "f8aba81d-c0cb-4649-a598-cd79f27b7a82"
}
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>e935fd84-133e-45fa-a17a-0e996e2236e2</ParentWebProductId>
<WebProductId>271dc60c-f5fc-4ddd-8b54-8ca997b7128a</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>e935fd84-133e-45fa-a17a-0e996e2236e2</ParentWebProductId>
<WebProductId>271dc60c-f5fc-4ddd-8b54-8ca997b7128a</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>f8aba81d-c0cb-4649-a598-cd79f27b7a82</ProgramId>
</ExamProductSet>