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": "1c0fe67a-f60e-45ba-ba46-fad49d941499",
      "ParentWebProductId": "9f2b105b-027e-431f-8ac8-330dd40cd95c"
    },
    {
      "WebProductId": "1c0fe67a-f60e-45ba-ba46-fad49d941499",
      "ParentWebProductId": "9f2b105b-027e-431f-8ac8-330dd40cd95c"
    }
  ],
  "ProgramId": "85fda691-ee84-42dc-886b-853d17d1aac2"
}

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>9f2b105b-027e-431f-8ac8-330dd40cd95c</ParentWebProductId>
      <WebProductId>1c0fe67a-f60e-45ba-ba46-fad49d941499</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>9f2b105b-027e-431f-8ac8-330dd40cd95c</ParentWebProductId>
      <WebProductId>1c0fe67a-f60e-45ba-ba46-fad49d941499</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>85fda691-ee84-42dc-886b-853d17d1aac2</ProgramId>
</ExamProductSet>