cURL
curl --request POST \ --url https://api.decodahealth.com/tenant/list-external-ids \ --header 'API-KEY: <api-key>' \ --header 'Content-Type: application/json' \ --header 'TENANT: <tenant>' \ --data ' { "tableName": "<string>", "externalIds": [ "<string>" ] } '
{ "tableName": "<string>", "externalIdToId": {}, "foundCount": 123, "requestedCount": 123 }
List records by external IDs and return a mapping of external_id to internal id.
The tenant you are making this request on behalf of
Your api key
List records by external IDs and return mapping to internal IDs.
Successful Response
Response for listing external IDs.
Show child attributes