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": "f4ce5314-f770-47f0-9c86-e253b0fd23f5",
"ParentWebProductId": "5ff95ae7-bc3b-4e80-b936-cc9113e68f63"
},
{
"WebProductId": "f4ce5314-f770-47f0-9c86-e253b0fd23f5",
"ParentWebProductId": "5ff95ae7-bc3b-4e80-b936-cc9113e68f63"
}
],
"ProgramId": "29c13553-e2f6-4192-94aa-2458f673dce7"
}
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>5ff95ae7-bc3b-4e80-b936-cc9113e68f63</ParentWebProductId>
<WebProductId>f4ce5314-f770-47f0-9c86-e253b0fd23f5</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>5ff95ae7-bc3b-4e80-b936-cc9113e68f63</ParentWebProductId>
<WebProductId>f4ce5314-f770-47f0-9c86-e253b0fd23f5</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>29c13553-e2f6-4192-94aa-2458f673dce7</ProgramId>
</ExamProductSet>