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. |
|
| BCExamContainerId | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ExamProducts": [
{
"WebProductId": "1f7da7eb-96dc-4e42-ba9b-e5576886fe98",
"ParentWebProductId": "a50b20db-6b08-44ec-9ee0-1dcc5a5787d9",
"BCProductId": "sample string 3"
},
{
"WebProductId": "1f7da7eb-96dc-4e42-ba9b-e5576886fe98",
"ParentWebProductId": "a50b20db-6b08-44ec-9ee0-1dcc5a5787d9",
"BCProductId": "sample string 3"
}
],
"ProgramId": "b8ba37e7-f874-40fb-b915-352e2d99fedb",
"BCExamContainerId": "sample string 2"
}
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">
<BCExamContainerId>sample string 2</BCExamContainerId>
<ExamProducts>
<ExamProduct>
<BCProductId>sample string 3</BCProductId>
<ParentWebProductId>a50b20db-6b08-44ec-9ee0-1dcc5a5787d9</ParentWebProductId>
<WebProductId>1f7da7eb-96dc-4e42-ba9b-e5576886fe98</WebProductId>
</ExamProduct>
<ExamProduct>
<BCProductId>sample string 3</BCProductId>
<ParentWebProductId>a50b20db-6b08-44ec-9ee0-1dcc5a5787d9</ParentWebProductId>
<WebProductId>1f7da7eb-96dc-4e42-ba9b-e5576886fe98</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>b8ba37e7-f874-40fb-b915-352e2d99fedb</ProgramId>
</ExamProductSet>