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": "ce27965a-44cb-471f-9b55-e262bcc0fda0",
      "ParentWebProductId": "cbdc6ddc-b768-413c-ade6-635fbe079e51"
    },
    {
      "WebProductId": "ce27965a-44cb-471f-9b55-e262bcc0fda0",
      "ParentWebProductId": "cbdc6ddc-b768-413c-ade6-635fbe079e51"
    }
  ],
  "ProgramId": "2102536a-9b5e-42b7-a974-d5e0ec92dad9"
}

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>cbdc6ddc-b768-413c-ade6-635fbe079e51</ParentWebProductId>
      <WebProductId>ce27965a-44cb-471f-9b55-e262bcc0fda0</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>cbdc6ddc-b768-413c-ade6-635fbe079e51</ParentWebProductId>
      <WebProductId>ce27965a-44cb-471f-9b55-e262bcc0fda0</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>2102536a-9b5e-42b7-a974-d5e0ec92dad9</ProgramId>
</ExamProductSet>