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": "520be0a7-d502-4e88-989b-0c73a29e7438",
      "ParentWebProductId": "5b93d038-3819-45e2-8455-2e1f14b74306"
    },
    {
      "WebProductId": "520be0a7-d502-4e88-989b-0c73a29e7438",
      "ParentWebProductId": "5b93d038-3819-45e2-8455-2e1f14b74306"
    }
  ],
  "ProgramId": "bb85358a-e82d-4599-8a0f-4e1705930783"
}

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>5b93d038-3819-45e2-8455-2e1f14b74306</ParentWebProductId>
      <WebProductId>520be0a7-d502-4e88-989b-0c73a29e7438</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>5b93d038-3819-45e2-8455-2e1f14b74306</ParentWebProductId>
      <WebProductId>520be0a7-d502-4e88-989b-0c73a29e7438</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>bb85358a-e82d-4599-8a0f-4e1705930783</ProgramId>
</ExamProductSet>