Download Import Template
Download Import Template
GET /api/appointment_schedule/bulk/template
Download a template file for importing appointment schedules. The template includes the required column headers matching the specified organization's import handler.
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
org_identifier | string | No | Slug identifying the import handler (e.g. monash_health, default) |
format | string | No | Template format: xlsx (default) or csv |
See Errors & Rate Limits for the common error contract used across the API.
Error Codes
| Status | Meaning |
|---|---|
| 200 | File download |
| 400 | Bad Request — missing or invalid parameters |
| 401 | Unauthorized |
| 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/template?format=xlsx" \
--output template.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 template file as an attachment (xlsx or csv depending on the format parameter).