---
title: "Syncs Questionnaire Responses from Server to Device"
method: GET
path: "/questionnaire_responses/sync"
tags: ["Questionnaire Responses"]
---

# Syncs Questionnaire Responses from Server to Device

`GET /questionnaire_responses/sync`

## Query parameters

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

## Headers

- `HTTP_X_USER_ID` unknown
- `HTTP_X_FACILITY_ID` unknown

## Response `200`

questionnaire responses synced to user device

- object
  - `questionnaire_responses` QuestionnaireResponse[], nullable, required
    - `id` string, uuid, required
    - `questionnaire_id` string, uuid, required
    - `questionnaire_type` 'monthly_screening_reports' | 'monthly_supplies_reports' | 'drug_stock_reports', required
    - `facility_id` string, uuid, required
    - `last_updated_by_user_id` string, uuid, nullable, required
    - `content` object, required
    - `created_at` string, date-time, required — Timestamp with millisecond precision.
    - `updated_at` string, date-time, required — Timestamp with millisecond precision.
    - `deleted_at` string, date-time, nullable — 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)
