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": "2ec7b0f6-4cd5-406b-8684-6cc30093190a",
      "ParentWebProductId": "b6bc671d-047b-44e3-8c2a-93e95db598a5"
    },
    {
      "WebProductId": "2ec7b0f6-4cd5-406b-8684-6cc30093190a",
      "ParentWebProductId": "b6bc671d-047b-44e3-8c2a-93e95db598a5"
    }
  ],
  "ProgramId": "246a05f4-f234-4a77-b5c5-935389173534"
}

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>b6bc671d-047b-44e3-8c2a-93e95db598a5</ParentWebProductId>
      <WebProductId>2ec7b0f6-4cd5-406b-8684-6cc30093190a</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>b6bc671d-047b-44e3-8c2a-93e95db598a5</ParentWebProductId>
      <WebProductId>2ec7b0f6-4cd5-406b-8684-6cc30093190a</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>246a05f4-f234-4a77-b5c5-935389173534</ProgramId>
</ExamProductSet>