---
title: "Get appointment review"
method: GET
path: "/master_record_review/{record_token}"
tags: ["Client Personal Cabinet"]
---

# Get appointment review

`GET /master_record_review/{record_token}`

## Path parameters

- `record_token` string, required

## Headers

- `Accept` string, required

## Response `200`

Returns data for displaying the feedback form and information about the status of submitting feedback and tips

- MasterRecordReviewResponseDataTypes — Get feedback form status
  - `success` boolean — Execution success status (true)
  - `data` object — Object with data
    - `favicon_url` string — Let to the logo
    - `is_review_submitted` boolean — Has feedback been sent?
    - `page_title` string — Page Title
    - `master` object — team member
      - `id` integer — team member ID
      - `name` string — team member name
      - `company_id` number — location ID
      - `specialization` string — team member specialization
      - `rating` integer — Rating
      - `show_rating` integer — Number of votes
      - `avatar` string — Path to team member profile picture
      - `prepaid` string — Is prepayment allowed
      - `position` object — Position
        - `id` number — Job ID
        - `title` string — Job title
    - `company` object — location
      - `id` number — location ID
      - `title` string — location name
      - `logo` string — The path to the location logo
      - `address` string — Address where the location is located
    - `tips` object[] — Tips
    - `record` object — Recording
      - `id` number — Appointment ID
      - `payed_cost` number — Paid cost
      - `date` string, date-time — date
    - `currency` object — location currency
      - `id` number — Currency identifier
      - `iso` string — Name in ISO format
      - `name` string — Currency name
      - `symbol` string — Currency designation
      - `is_symbol_after_amount` boolean
    - `agreement_links` object — Links to agreements
      - `terms_of_use` string — Processing of personal data
      - `confidentiality_agreement` string — Privacy Policy
    - `language` object — Language
      - `id` number — Language ID
      - `locale` string — Localization
      - `iso` string — Name in ISO format
  - `meta` object[] — Metadata (empty array)

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/alteg/apis/online-booking.md) · [All operations](https://skmtc.net/alteg/apis/online-booking/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alteg/online-booking/versions/623dc683246f/schema)
