GET api/programs/examproduct/details

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ExamProductSet
NameDescriptionTypeAdditional information
ExamProducts

Collection of ExamProduct

None.

ProgramId

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "ExamProducts": [
    {
      "WebProductId": "d2b4be6c-2477-4801-8e18-a2d9ff100de0",
      "ParentWebProductId": "44ba6e29-1539-43c9-b859-4a736b9cf58e"
    },
    {
      "WebProductId": "d2b4be6c-2477-4801-8e18-a2d9ff100de0",
      "ParentWebProductId": "44ba6e29-1539-43c9-b859-4a736b9cf58e"
    }
  ],
  "ProgramId": "f5661357-bae1-4399-9fec-2191e32c5b22"
}

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>44ba6e29-1539-43c9-b859-4a736b9cf58e</ParentWebProductId>
      <WebProductId>d2b4be6c-2477-4801-8e18-a2d9ff100de0</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>44ba6e29-1539-43c9-b859-4a736b9cf58e</ParentWebProductId>
      <WebProductId>d2b4be6c-2477-4801-8e18-a2d9ff100de0</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>f5661357-bae1-4399-9fec-2191e32c5b22</ProgramId>
</ExamProductSet>