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": "63853116-2979-4107-af04-41e399fe5cda",
      "ParentWebProductId": "a7bf5151-13c4-4e79-a78b-66240ec5b7b3"
    },
    {
      "WebProductId": "63853116-2979-4107-af04-41e399fe5cda",
      "ParentWebProductId": "a7bf5151-13c4-4e79-a78b-66240ec5b7b3"
    }
  ],
  "ProgramId": "1e759b52-5904-43b3-9c93-20f896795882"
}

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>a7bf5151-13c4-4e79-a78b-66240ec5b7b3</ParentWebProductId>
      <WebProductId>63853116-2979-4107-af04-41e399fe5cda</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>a7bf5151-13c4-4e79-a78b-66240ec5b7b3</ParentWebProductId>
      <WebProductId>63853116-2979-4107-af04-41e399fe5cda</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>1e759b52-5904-43b3-9c93-20f896795882</ProgramId>
</ExamProductSet>