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": "155d98f7-8805-4cc3-80b5-312c20d07835",
      "ParentWebProductId": "be94b5e0-fed3-479e-a9d2-c905530b8d4f"
    },
    {
      "WebProductId": "155d98f7-8805-4cc3-80b5-312c20d07835",
      "ParentWebProductId": "be94b5e0-fed3-479e-a9d2-c905530b8d4f"
    }
  ],
  "ProgramId": "ac83f0d0-37a6-4dff-a208-14c867d71aaf"
}

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>be94b5e0-fed3-479e-a9d2-c905530b8d4f</ParentWebProductId>
      <WebProductId>155d98f7-8805-4cc3-80b5-312c20d07835</WebProductId>
    </ExamProduct>
    <ExamProduct>
      <ParentWebProductId>be94b5e0-fed3-479e-a9d2-c905530b8d4f</ParentWebProductId>
      <WebProductId>155d98f7-8805-4cc3-80b5-312c20d07835</WebProductId>
    </ExamProduct>
  </ExamProducts>
  <ProgramId>ac83f0d0-37a6-4dff-a208-14c867d71aaf</ProgramId>
</ExamProductSet>