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": "26cd0cab-3ba5-4531-90c1-1421a6e8f8d2",
"ParentWebProductId": "d0b0feec-f227-436c-a8e1-40cb3715aa09",
"BCProductId": "sample string 3"
},
{
"WebProductId": "26cd0cab-3ba5-4531-90c1-1421a6e8f8d2",
"ParentWebProductId": "d0b0feec-f227-436c-a8e1-40cb3715aa09",
"BCProductId": "sample string 3"
}
],
"ProgramId": "512244ee-9969-43ca-bc00-a35261d370ca",
"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>d0b0feec-f227-436c-a8e1-40cb3715aa09</ParentWebProductId>
<WebProductId>26cd0cab-3ba5-4531-90c1-1421a6e8f8d2</WebProductId>
</ExamProduct>
<ExamProduct>
<BCProductId>sample string 3</BCProductId>
<ParentWebProductId>d0b0feec-f227-436c-a8e1-40cb3715aa09</ParentWebProductId>
<WebProductId>26cd0cab-3ba5-4531-90c1-1421a6e8f8d2</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>512244ee-9969-43ca-bc00-a35261d370ca</ProgramId>
</ExamProductSet>