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

ParameterTypeRequiredDescription
org_identifierstringNoSlug identifying the import handler (e.g. monash_health, default)
formatstringNoTemplate format: xlsx (default) or csv

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

Error Codes

StatusMeaning
200File download
400Bad Request — missing or invalid parameters
401Unauthorized
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/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).