---
title: "Fetch full interaction records by ID."
method: GET
path: "/api/v4/reviewDetails"
tags: ["Reviews"]
---

# Fetch full interaction records by ID.

`GET /api/v4/reviewDetails`

Returns full interaction objects for a specific set of interaction IDs.

## Query parameters

- `interactionIds` string — JSON-encoded filter object

## Response `200`

Successful response

- InteractionsDetail
  - `interactions` Interaction[]
    - `id` string
    - `interactionId` string
    - `source` string
    - `title` string
    - `content` string
    - `authorName` string
    - `rating` integer
    - `date` string
    - `permalink` string
    - `category` string
    - `type` string
    - `responded` boolean
    - `notes` string
    - `responses` InteractionResponse[]
      - `id` string
      - `interactionId` string
      - `content` string
      - `authorName` string
      - `date` string
      - `respondedWith` string
      - `respondedBy` integer
      - `interactionStatus` 'CREATED' | 'FAILED' | 'COMPLETED' | 'CONFIRMED' — Lifecycle state of a response item as it's posted out to the source site.
      - `editedResponse` boolean
      - `remarks` string
    - `responseCount` integer
    - `canRespond` boolean
    - `locationId` integer
    - `flaggedReason` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Server error

---

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