---
title: "Syncs call results data from server to device."
method: GET
path: "/call_results/sync"
tags: ["Call Result"]
---

# Syncs call results data from server to device.

`GET /call_results/sync`

## Query parameters

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

## Headers

- `HTTP_X_USER_ID` unknown
- `HTTP_X_FACILITY_ID` unknown

## Response `200`

call result received

- object
  - `call_results` CallResult[], nullable, required
    - `id` string, uuid, required
    - `user_id` string, uuid, required
    - `patient_id` string, uuid, nullable
    - `facility_id` string, uuid, nullable
    - `appointment_id` string, uuid, required
    - `remove_reason` 'already_visited' | 'not_responding' | 'refused_to_come_back' | 'invalid_phone_number' | 'public_hospital_transfer' | 'moved_to_private' | 'moved' | 'dead' | 'other' | 'null', nullable
    - `result_type` 'agreed_to_visit' | 'remind_to_call_later' | 'removed_from_overdue_list', 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.net/simpledotorg/apis/untitled-api.md) · [All operations](https://skmtc.net/simpledotorg/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/simpledotorg/untitled-api/versions/31ffa1d07978/schema)
