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": "5225e21c-0384-4982-9718-01c7e7a3abbc",
      "ParentWebProductId": "268c0f13-6940-4894-961b-681e00647563"
    },
    {
      "WebProductId": "5225e21c-0384-4982-9718-01c7e7a3abbc",
      "ParentWebProductId": "268c0f13-6940-4894-961b-681e00647563"
    }
  ],
  "ProgramId": "109c0de2-97c0-4be8-abbb-4c4fd64d1c9f"
}

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>268c0f13-6940-4894-961b-681e00647563</ParentWebProductId>
      <WebProductId>5225e21c-0384-4982-9718-01c7e7a3abbc</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>268c0f13-6940-4894-961b-681e00647563</ParentWebProductId>
      <WebProductId>5225e21c-0384-4982-9718-01c7e7a3abbc</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>109c0de2-97c0-4be8-abbb-4c4fd64d1c9f</ProgramId>
</ExamProductSet>