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": "a3f24c87-a5a1-458e-a83d-784f3f7cb5d2",
      "ParentWebProductId": "921cdeca-ec69-4e7c-9289-943ba6640d99"
    },
    {
      "WebProductId": "a3f24c87-a5a1-458e-a83d-784f3f7cb5d2",
      "ParentWebProductId": "921cdeca-ec69-4e7c-9289-943ba6640d99"
    }
  ],
  "ProgramId": "7e4490bb-a8b6-4a7b-957d-3ec7534d72a5"
}

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>921cdeca-ec69-4e7c-9289-943ba6640d99</ParentWebProductId>
      <WebProductId>a3f24c87-a5a1-458e-a83d-784f3f7cb5d2</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>921cdeca-ec69-4e7c-9289-943ba6640d99</ParentWebProductId>
      <WebProductId>a3f24c87-a5a1-458e-a83d-784f3f7cb5d2</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>7e4490bb-a8b6-4a7b-957d-3ec7534d72a5</ProgramId>
</ExamProductSet>