---
title: "Sync patient attribute data from server to device"
method: GET
path: "/patient_attributes/sync"
tags: ["Patient Attribute"]
---

# Sync patient attribute data from server to device

`GET /patient_attributes/sync`

## Query parameters

- `process_token` string, byte
- `limit` integer

## Headers

- `HTTP_X_USER_ID` unknown
- `HTTP_X_FACILITY_ID` unknown

## Response `200`

patient attribute received

- object
  - `patient_attributes` PatientAttribute[], nullable, required
    - `id` string, uuid, required
    - `user_id` string, uuid
    - `patient_id` string, uuid, required
    - `height` number, required
    - `weight` number, required
    - `deleted_at` string, date-time, nullable — Timestamp with millisecond precision.
    - `created_at` string, date-time, required — Timestamp with millisecond precision.
    - `updated_at` string, date-time, required — Timestamp with millisecond precision.
  - `process_token` string, byte, required — Token containing all the information needed to process batch requests from the user

## Other responses

- `403` — user is not allowed to sync

---

[API](https://skmtc.dev/simpledotorg/apis/untitled-api.md) · [All operations](https://skmtc.dev/simpledotorg/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/simpledotorg/untitled-api/revisions/31ffa1d07978/schema)
