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": "0f0654ad-d83a-4ac9-93ca-086d75b6ce66",
      "ParentWebProductId": "3657dd00-0257-44d9-8d4b-146b2c7931e1"
    },
    {
      "WebProductId": "0f0654ad-d83a-4ac9-93ca-086d75b6ce66",
      "ParentWebProductId": "3657dd00-0257-44d9-8d4b-146b2c7931e1"
    }
  ],
  "ProgramId": "4484339a-e71c-4108-bda8-63c5c4224eaf"
}

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>3657dd00-0257-44d9-8d4b-146b2c7931e1</ParentWebProductId>
      <WebProductId>0f0654ad-d83a-4ac9-93ca-086d75b6ce66</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>3657dd00-0257-44d9-8d4b-146b2c7931e1</ParentWebProductId>
      <WebProductId>0f0654ad-d83a-4ac9-93ca-086d75b6ce66</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>4484339a-e71c-4108-bda8-63c5c4224eaf</ProgramId>
</ExamProductSet>