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": "75e356d4-cb00-4333-8c0c-41975b43ed4e",
      "ParentWebProductId": "fe9471cc-888d-477d-8a3f-5e13a36c4bda"
    },
    {
      "WebProductId": "75e356d4-cb00-4333-8c0c-41975b43ed4e",
      "ParentWebProductId": "fe9471cc-888d-477d-8a3f-5e13a36c4bda"
    }
  ],
  "ProgramId": "40d6f17e-a11a-444e-825e-826d64277932"
}

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>fe9471cc-888d-477d-8a3f-5e13a36c4bda</ParentWebProductId>
      <WebProductId>75e356d4-cb00-4333-8c0c-41975b43ed4e</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>fe9471cc-888d-477d-8a3f-5e13a36c4bda</ParentWebProductId>
      <WebProductId>75e356d4-cb00-4333-8c0c-41975b43ed4e</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>40d6f17e-a11a-444e-825e-826d64277932</ProgramId>
</ExamProductSet>