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": "98598aa0-b736-4d8c-8743-4becdf24d49b",
"ParentWebProductId": "9914bcf8-48b7-4a2a-896e-e8416f7bf530"
},
{
"WebProductId": "98598aa0-b736-4d8c-8743-4becdf24d49b",
"ParentWebProductId": "9914bcf8-48b7-4a2a-896e-e8416f7bf530"
}
],
"ProgramId": "3f805829-5c52-464d-8cdb-fd8968bfc8b8"
}
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>9914bcf8-48b7-4a2a-896e-e8416f7bf530</ParentWebProductId>
<WebProductId>98598aa0-b736-4d8c-8743-4becdf24d49b</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>9914bcf8-48b7-4a2a-896e-e8416f7bf530</ParentWebProductId>
<WebProductId>98598aa0-b736-4d8c-8743-4becdf24d49b</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>3f805829-5c52-464d-8cdb-fd8968bfc8b8</ProgramId>
</ExamProductSet>