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": "26f34bd8-2b79-4cf2-8dae-23e3101fe956",
      "ParentWebProductId": "c6cb236a-814d-4932-b9a2-a141fb0eb672"
    },
    {
      "WebProductId": "26f34bd8-2b79-4cf2-8dae-23e3101fe956",
      "ParentWebProductId": "c6cb236a-814d-4932-b9a2-a141fb0eb672"
    }
  ],
  "ProgramId": "ea68adaa-808b-452c-a438-5a428a526f33"
}

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>c6cb236a-814d-4932-b9a2-a141fb0eb672</ParentWebProductId>
      <WebProductId>26f34bd8-2b79-4cf2-8dae-23e3101fe956</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>c6cb236a-814d-4932-b9a2-a141fb0eb672</ParentWebProductId>
      <WebProductId>26f34bd8-2b79-4cf2-8dae-23e3101fe956</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>ea68adaa-808b-452c-a438-5a428a526f33</ProgramId>
</ExamProductSet>