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": "f89ba4c3-a113-44e6-a8cd-2ec7a453bf2b",
      "ParentWebProductId": "ac35b576-e5a3-41f4-be11-5c6c3ca81788"
    },
    {
      "WebProductId": "f89ba4c3-a113-44e6-a8cd-2ec7a453bf2b",
      "ParentWebProductId": "ac35b576-e5a3-41f4-be11-5c6c3ca81788"
    }
  ],
  "ProgramId": "948ea3ee-8431-41f3-9ce1-998f4fb5d3f9"
}

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>ac35b576-e5a3-41f4-be11-5c6c3ca81788</ParentWebProductId>
      <WebProductId>f89ba4c3-a113-44e6-a8cd-2ec7a453bf2b</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>ac35b576-e5a3-41f4-be11-5c6c3ca81788</ParentWebProductId>
      <WebProductId>f89ba4c3-a113-44e6-a8cd-2ec7a453bf2b</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>948ea3ee-8431-41f3-9ce1-998f4fb5d3f9</ProgramId>
</ExamProductSet>