---
title: "Gets all of the items in a sync map"
method: GET
path: "/chat/sync/map/{map_id}/items"
tags: ["Chat"]
---

# Gets all of the items in a sync map

`GET /chat/sync/map/{map_id}/items`

Get list of items in sync map

## Response `200`

The sync map items

- SyncMapItem[]
  - `key` string, required
  - `mapSid` string, required
  - `revision` string, required
  - `data` object, required
    - `status` string, required
  - `dateExpires` string, date-time
  - `dateCreated` string, date-time, required
  - `dateUpdated` string, date-time, required
  - `createdBy` string, required

## Other responses

- `204` — No Content. There were no records to return based on your query.
- `400` — Sync Map item validation error
- `401` — Failed to authenticate the user making the request
- `404` — Resource not found
- `default` — Server error occurred

---

[API](https://skmtc.dev/staffshift/apis/staffshift-api-gateway.md) · [All operations](https://skmtc.dev/staffshift/apis/staffshift-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/staffshift/staffshift-api-gateway/revisions/6e2cb83db3a9/schema)
