Import Error Report

Import Error Report

GET /api/appointment_schedule/bulk/errors/{background_task_uuid}

Download the excluded appointments report for a background import task. Returns a downloadable report file (xlsx or csv) listing rows that were excluded during import.

Path Parameters

ParameterTypeRequiredDescription
background_task_uuidstringYesUUID of the background import task

Query Parameters

ParameterTypeRequiredDescription
org_identifierstringNoSlug identifying the import handler (e.g. monash_health, default)

See Errors & Rate Limits for the common error contract used across the API.

Error Codes

StatusMeaning
200File download
401Unauthorized
404Task or excluded data not found
500Internal Server Error

Example Request

curl
curl -H "Authorization: Bearer your_api_key:your_api_secret" \
  "http://staging.didyougo.com.au/api/appointment_schedule/bulk/errors/DEF789GHI012JKL345MNOP?org_identifier=monash_health" \
  --output excluded-report.xlsx

Try It

Try it

Requests are sent without cookies — you must provide a valid Bearer <api_key>:<api_secret> header.

API Response
Click the Send API Request button above and see the response here!

Example Response

Returns the excluded appointments report as a file attachment.