get Sync Status
GET {{baseUrl}}/sync_status?subdomain={{subdomain}}&location_ids[]=<integer>&location_ids[]=<integer>&read_status=<string>&write_status=<string>
Get a list of sync statuses
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
subdomain | string | Used to scope the request to the specified institution | |
location_ids[] | string | Return the status of sync services running on the specified locations | |
location_ids[] | string | Return the status of sync services running on the specified locations | |
read_status | string | Filter by read status | |
write_status | string | Filter by write status |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"code":"\u003cboolean\u003e","description":"\u003cstring\u003e","error":["\u003cstring\u003e","\u003cstring\u003e"],"data":[{"institution_id":"\u003cinteger\u003e","sync_source_type":"\u003cstring\u003e","sync_source_name":"\u003cstring\u003e","emr":{"id":"\u003cinteger\u003e","name":"\u003cstring\u003e"},"read_status":"\u003cstring\u003e","read_status_at":"\u003cstring\u003e","write_status":"\u003cstring\u003e","write_status_at":"\u003cstring\u003e","locations":[{"id":"\u003cinteger\u003e","name":"\u003cstring\u003e"},{"id":"\u003cinteger\u003e","name":"\u003cstring\u003e"}]},{"institution_id":"\u003cinteger\u003e","sync_source_type":"\u003cstring\u003e","sync_source_name":"\u003cstring\u003e","emr":{"id":"\u003cinteger\u003e","name":"\u003cstring\u003e"},"read_status":"\u003cstring\u003e","read_status_at":"\u003cstring\u003e","write_status":"\u003cstring\u003e","write_status_at":"\u003cstring\u003e","locations":[{"id":"\u003cinteger\u003e","name":"\u003cstring\u003e"},{"id":"\u003cinteger\u003e","name":"\u003cstring\u003e"}]}],"count":"\u003cinteger\u003e"}