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": "108c01f2-2d0f-4e49-8374-579ccbc3f88c",
      "ParentWebProductId": "9ae5505e-4808-4c9e-a9d8-4f7da2892e28"
    },
    {
      "WebProductId": "108c01f2-2d0f-4e49-8374-579ccbc3f88c",
      "ParentWebProductId": "9ae5505e-4808-4c9e-a9d8-4f7da2892e28"
    }
  ],
  "ProgramId": "aacc4f9f-d5ed-4443-afe4-71ba9a0b5f9e"
}

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>9ae5505e-4808-4c9e-a9d8-4f7da2892e28</ParentWebProductId>
      <WebProductId>108c01f2-2d0f-4e49-8374-579ccbc3f88c</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>9ae5505e-4808-4c9e-a9d8-4f7da2892e28</ParentWebProductId>
      <WebProductId>108c01f2-2d0f-4e49-8374-579ccbc3f88c</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>aacc4f9f-d5ed-4443-afe4-71ba9a0b5f9e</ProgramId>
</ExamProductSet>