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": "89d1789e-e724-4faf-bc08-1f4fe8969868",
      "ParentWebProductId": "56ff0ffd-5bb0-45ba-8519-e49e10a1eeca"
    },
    {
      "WebProductId": "89d1789e-e724-4faf-bc08-1f4fe8969868",
      "ParentWebProductId": "56ff0ffd-5bb0-45ba-8519-e49e10a1eeca"
    }
  ],
  "ProgramId": "556fe210-e49e-4841-8182-244f0b7e3f97"
}

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>56ff0ffd-5bb0-45ba-8519-e49e10a1eeca</ParentWebProductId>
      <WebProductId>89d1789e-e724-4faf-bc08-1f4fe8969868</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>56ff0ffd-5bb0-45ba-8519-e49e10a1eeca</ParentWebProductId>
      <WebProductId>89d1789e-e724-4faf-bc08-1f4fe8969868</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>556fe210-e49e-4841-8182-244f0b7e3f97</ProgramId>
</ExamProductSet>