---
title: "Get the display history for survey questions on a respondent session"
method: GET
path: "/respondent/{surveyId}/history/display"
tags: ["Respondent"]
---

# Get the display history for survey questions on a respondent session

`GET /respondent/{surveyId}/history/display`

## Path parameters

- `surveyId` integer, required

## Query parameters

- `respondentId` integer, required

## Headers

- `Accept-Version` string

## Response `200`

Display history for survey questions on a respondent session

- RespondentDisplayHistoryResult
  - `Items` RespondentDisplayHistoryItemResult[] — Display history items in the response.
    - `Id` integer — Display history item's ID
    - `SurveyId` integer — Survey's ID
    - `RespondentId` integer — Respondent's ID
    - `QuestionId` integer — Question's ID
    - `QuestionName` string — Name of the question
    - `DisplayType` 'Displayed' | 'Skipped' | 'SkippedBlock' | 'Hidden' | 'Inactive' — Whether the question was displayed during a respondent's survey session
    - `CreatedOn` string, date-time — Display history item's creation date
    - `SessionId` string — Request's session ID
    - `UserHostAddress` string — Request's user host address
  - `Count` integer — Amount of display history items in the response.

## Other responses

- `401` — The request must be authenticated using the Authorization HTTP header
- `403` — The authenticated user's client is not configured to display history for survey questions on a respondent session

---

[API](https://skmtc.net/voxco/apis/acuity-webapi-1-0.md) · [All operations](https://skmtc.net/voxco/apis/acuity-webapi-1-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voxco/acuity-webapi-1-0/revisions/2ea4b8555197/schema)
