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": "4e5449ae-6f72-41d3-a935-99b18a6aad47",
      "ParentWebProductId": "f142f5a0-ef73-470b-9f3f-f167f8221978"
    },
    {
      "WebProductId": "4e5449ae-6f72-41d3-a935-99b18a6aad47",
      "ParentWebProductId": "f142f5a0-ef73-470b-9f3f-f167f8221978"
    }
  ],
  "ProgramId": "4a65d8e6-30b5-4df6-b155-fb86706d6b7e"
}

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>f142f5a0-ef73-470b-9f3f-f167f8221978</ParentWebProductId>
      <WebProductId>4e5449ae-6f72-41d3-a935-99b18a6aad47</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>f142f5a0-ef73-470b-9f3f-f167f8221978</ParentWebProductId>
      <WebProductId>4e5449ae-6f72-41d3-a935-99b18a6aad47</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>4a65d8e6-30b5-4df6-b155-fb86706d6b7e</ProgramId>
</ExamProductSet>