---
title: "Syncs Teleconsultation MOs data from server to device."
method: GET
path: "/facility_medical_officers/sync"
tags: ["Teleconsult MOs"]
---

# Syncs Teleconsultation MOs data from server to device.

`GET /facility_medical_officers/sync`

## Headers

- `HTTP_X_USER_ID` unknown
- `HTTP_X_FACILITY_ID` unknown

## Response `200`

facility teleconsult MOs received

- object
  - `facility_medical_officers` FacilityMedicalOfficer[], nullable
    - `id` string, uuid
    - `facility_id` string, uuid
    - `medical_officers` object[], nullable
      - `id` string, uuid
      - `full_name` string — This string should not be empty.
      - `teleconsultation_phone_number` string — This string should not be empty.
    - `created_at` string, date-time — Timestamp with millisecond precision.
    - `updated_at` string, date-time — Timestamp with millisecond precision.
    - `deleted_at` string, date-time, nullable — Timestamp with millisecond precision.

## Other responses

- `403` — user is not allowed to sync

## Changes

- **2020-09-08** (v4) `d88ad7fdaba9` — 1 info
  - endpoint added
- **2020-04-17** (v4) `44261500935e` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/simpledotorg/apis/untitled-api/changes/facility_medical_officers/sync/get.md)

---

[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)
