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": "55751270-d5d6-4d38-8625-9ac0c40cfa22",
      "ParentWebProductId": "a443bdfb-5c32-449e-a880-49eb0c27775c"
    },
    {
      "WebProductId": "55751270-d5d6-4d38-8625-9ac0c40cfa22",
      "ParentWebProductId": "a443bdfb-5c32-449e-a880-49eb0c27775c"
    }
  ],
  "ProgramId": "a6545451-f313-4a92-827a-e006e2d051ea"
}

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>a443bdfb-5c32-449e-a880-49eb0c27775c</ParentWebProductId>
      <WebProductId>55751270-d5d6-4d38-8625-9ac0c40cfa22</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>a443bdfb-5c32-449e-a880-49eb0c27775c</ParentWebProductId>
      <WebProductId>55751270-d5d6-4d38-8625-9ac0c40cfa22</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>a6545451-f313-4a92-827a-e006e2d051ea</ProgramId>
</ExamProductSet>