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": "b43bb535-5df6-419d-b14a-dbcb5282f8bb",
"ParentWebProductId": "50890912-3502-416c-ae4e-d68fd7be39e8"
},
{
"WebProductId": "b43bb535-5df6-419d-b14a-dbcb5282f8bb",
"ParentWebProductId": "50890912-3502-416c-ae4e-d68fd7be39e8"
}
],
"ProgramId": "6e69af43-e182-40f0-8833-90c96b7c387c"
}
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>50890912-3502-416c-ae4e-d68fd7be39e8</ParentWebProductId>
<WebProductId>b43bb535-5df6-419d-b14a-dbcb5282f8bb</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>50890912-3502-416c-ae4e-d68fd7be39e8</ParentWebProductId>
<WebProductId>b43bb535-5df6-419d-b14a-dbcb5282f8bb</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>6e69af43-e182-40f0-8833-90c96b7c387c</ProgramId>
</ExamProductSet>