Skip to main content
GET
Get list of appointment requests

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Query Parameters

status
enum<string>

Filter by status (pending, approved, rejected)

Available options:
pending,
approved,
rejected
schedule_uuid
string<uuid>

Filter by schedule UUID

start_date
string<date>

Filter by start date (YYYY-MM-DD)

end_date
string<date>

Filter by end date (YYYY-MM-DD)

Response

Successful operation

success
boolean

Indicates whether the request completed successfully. True for successful responses; false for documented error responses.

Example:

true

message
string

Human-readable response message. Safe to display in logs or simple client notifications; use structured fields for program logic.

Example:

""

data
object[]