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": "2a6d875e-1699-4c6a-9922-af25f147c0b8",
"ParentWebProductId": "84b03e76-d918-40ea-8b89-08514c4c70e4"
},
{
"WebProductId": "2a6d875e-1699-4c6a-9922-af25f147c0b8",
"ParentWebProductId": "84b03e76-d918-40ea-8b89-08514c4c70e4"
}
],
"ProgramId": "53e0c7b2-7739-4615-b058-ba651305fe8f"
}
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>84b03e76-d918-40ea-8b89-08514c4c70e4</ParentWebProductId>
<WebProductId>2a6d875e-1699-4c6a-9922-af25f147c0b8</WebProductId>
</ExamProduct>
<ExamProduct>
<ParentWebProductId>84b03e76-d918-40ea-8b89-08514c4c70e4</ParentWebProductId>
<WebProductId>2a6d875e-1699-4c6a-9922-af25f147c0b8</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>53e0c7b2-7739-4615-b058-ba651305fe8f</ProgramId>
</ExamProductSet>