---
title: "Fetches ClientReviewReport and related tables linked to report ID"
method: GET
path: "/v1/ClientReviewReport/report/{reportId}"
tags: ["ClientReviewReport"]
---

# Fetches ClientReviewReport and related tables linked to report ID

`GET /v1/ClientReviewReport/report/{reportId}`

## Path parameters

- `reportId` integer, required

## Response `200`

Retrieved report successfully

- AdaptekApiApplicationClientReviewReportQueriesGetClientReviewReportGetClientReviewReportResponse
  - `id` integer
  - `clientId` integer
  - `consumerFirstName` string, nullable
  - `consumerLastName` string, nullable
  - `spouseId` integer, nullable
  - `spouseFirstName` string, nullable
  - `spouseLastName` string, nullable
  - `notes` string, nullable
  - `startDate` string, date-time
  - `endDate` string, date-time
  - `dateCreated` string, date-time
  - `dateLastSynced` string, date-time
  - `isDraft` boolean
  - `isDeleted` boolean
  - `consumerFileId` integer, nullable
  - `sentToVault` boolean
  - `lastUpdatedBy` integer, nullable
  - `clientReviewReportAccounts` AdaptekApiApplicationClientReviewReportClientReviewReportAccountDto[], nullable
    - `id` integer
    - `clientReviewReportId` integer
    - `clientReviewReportAccountTypeId` integer
    - `accountId` integer
    - `accountName` string, nullable
    - `startValueId` integer
    - `endValueId` integer
    - `isSelected` boolean
    - `isBaa` boolean
    - `contributions` number, double, nullable
    - `withdrawals` number, double, nullable
    - `surrenderValue` number, double, nullable
    - `deathBenefit` number, double, nullable
    - `incomeRider` number, double, nullable
    - `productType` string, nullable
    - `taxType` string, nullable
    - `issuedDate` string, date-time, nullable
    - `maturityDate` string, date-time, nullable
    - `accountEntityType` integer
    - `carrier` string, nullable
    - `heldInternally` boolean
    - `medicareProduct` string, nullable
    - `policyNumber` string, nullable
    - `stateOrProvinceId` integer, nullable
    - `policyStartDate` string, date-time, nullable
    - `medicarePolicyType` string, nullable
    - `startValue` AdaptekApiApplicationClientReviewReportClientReviewReportAccountValueDto
      - `id` integer
      - `valueDate` string, date-time
      - `value` number, double
      - `valueId` integer, nullable
      - `clientReviewReportAccountId` integer
    - `endValue` AdaptekApiApplicationClientReviewReportClientReviewReportAccountValueDto
      - `id` integer
      - `valueDate` string, date-time
      - `value` number, double
      - `valueId` integer, nullable
      - `clientReviewReportAccountId` integer
    - `clientReviewReportAccountValues` AdaptekApiApplicationClientReviewReportClientReviewReportAccountValueDto[], nullable
      - `id` integer
      - `valueDate` string, date-time
      - `value` number, double
      - `valueId` integer, nullable
      - `clientReviewReportAccountId` integer
    - `clientReviewReportAccountPersons` AdaptekApiApplicationClientReviewReportClientReviewReportAccountPersonDto[], nullable
      - `id` integer
      - `clientReviewReportAccountId` integer
      - `personId` integer
      - `firstName` string, nullable
      - `lastName` string, nullable
      - `percentage` string, nullable
      - `beneficiaryType` string, nullable
      - `insuredType` string, nullable
  - `clientReviewReportSections` AdaptekApiApplicationClientReviewReportClientReviewReportSectionDto[], nullable
    - `id` integer
    - `clientReviewReportId` integer
    - `clientReviewReportAccountTypeId` integer
    - `option1` boolean
    - `option2` boolean
    - `option3` boolean

## Other responses

- `404` — No report found

---

[API](https://skmtc.net/adaptek/apis/adaptek-api.md) · [All operations](https://skmtc.net/adaptek/apis/adaptek-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adaptek/adaptek-api/versions/517cf2397b0d/schema)
