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": "821408f4-f164-4bda-97ac-8494bb9f576c",
      "ParentWebProductId": "6c2e5e2e-0875-4dfa-a9e2-bc26145a0796"
    },
    {
      "WebProductId": "821408f4-f164-4bda-97ac-8494bb9f576c",
      "ParentWebProductId": "6c2e5e2e-0875-4dfa-a9e2-bc26145a0796"
    }
  ],
  "ProgramId": "47ac158c-67a3-437d-8bfe-2d71790758b7"
}

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>6c2e5e2e-0875-4dfa-a9e2-bc26145a0796</ParentWebProductId>
      <WebProductId>821408f4-f164-4bda-97ac-8494bb9f576c</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>6c2e5e2e-0875-4dfa-a9e2-bc26145a0796</ParentWebProductId>
      <WebProductId>821408f4-f164-4bda-97ac-8494bb9f576c</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>47ac158c-67a3-437d-8bfe-2d71790758b7</ProgramId>
</ExamProductSet>