---
title: "Endpoint used to get place versions, using various filters"
method: GET
path: "/place-version-history-api/v1/{placeId}/history"
tags: ["Places"]
---

# Endpoint used to get place versions, using various filters

`GET /place-version-history-api/v1/{placeId}/history`

## Path parameters

- `placeId` integer, required

## Query parameters

- `cursor` string
- `isPublished` boolean
- `hasNotes` boolean
- `saveType` integer
- `searchTerm` string
- `contributor` integer
- `startTime` string, date-time
- `endTime` string, date-time
- `pageSize` integer

## Response `200`

Success

- GetPlaceVersionHistoryResponse
  - `nextCursor` string, nullable
  - `hasMore` boolean
  - `placeVersions` PlaceVersion[], nullable
    - `version` string, nullable
    - `title` string, nullable
    - `description` string, nullable
    - `contributors` integer[], nullable
    - `saveType` 0 | 1 | 2
    - `isPublished` boolean
    - `publishStatus` 0 | 1 | 2
    - `hasNotes` boolean
    - `createdTime` string, date-time
    - `createdBy` integer, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Server Error

---

[API](https://skmtc.net/roblox/apis/roblox-api.md) · [All operations](https://skmtc.net/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roblox/roblox-api/revisions/1d2042bb1a48/schema)
