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
| Parameter | Type | Required | Description |
|---|---|---|---|
background_task_uuid | string | Yes | UUID of the background import task |
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
org_identifier | string | No | Slug identifying the import handler (e.g. monash_health, default) |
See Errors & Rate Limits for the common error contract used across the API.
Error Codes
| Status | Meaning |
|---|---|
| 200 | File download |
| 401 | Unauthorized |
| 404 | Task or excluded data not found |
| 500 | Internal 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.