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": "cfd67139-c9e4-47f8-affb-26802afd0a47",
"ParentWebProductId": "9ff93925-215e-4bb6-b947-e85129fee060",
"BCProductId": "sample string 3"
},
{
"WebProductId": "cfd67139-c9e4-47f8-affb-26802afd0a47",
"ParentWebProductId": "9ff93925-215e-4bb6-b947-e85129fee060",
"BCProductId": "sample string 3"
}
],
"ProgramId": "0ce1e313-d4a6-49cb-8ad4-9c46b5262faf",
"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>9ff93925-215e-4bb6-b947-e85129fee060</ParentWebProductId>
<WebProductId>cfd67139-c9e4-47f8-affb-26802afd0a47</WebProductId>
</ExamProduct>
<ExamProduct>
<BCProductId>sample string 3</BCProductId>
<ParentWebProductId>9ff93925-215e-4bb6-b947-e85129fee060</ParentWebProductId>
<WebProductId>cfd67139-c9e4-47f8-affb-26802afd0a47</WebProductId>
</ExamProduct>
</ExamProducts>
<ProgramId>0ce1e313-d4a6-49cb-8ad4-9c46b5262faf</ProgramId>
</ExamProductSet>