Skip to main content
GET
/
spakinect
/
gfe
/
location
/
{location_id}
/
sync-preview
Get Sync Preview
curl --request GET \
  --url https://api.decodahealth.com/spakinect/gfe/location/{location_id}/sync-preview \
  --header 'API-KEY: <api-key>' \
  --header 'TENANT: <tenant>'
{
  "alreadyImported": [],
  "matched": [],
  "unmatched": []
}

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Path Parameters

location_id
string
required

Response

Successful Response

Response from sync preview endpoint

alreadyImported
GFESyncPreviewAlreadyImported · object[]
matched
GFESyncPreviewMatched · object[]
unmatched
GFESyncPreviewUnmatched · object[]