Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Client-Id
string
required

The location id of the practice

Query Parameters

status
enum<string>

Filter tasks by status. Available values: pending, completed, canceled

Available options:
pending,
completed,
canceled
page
integer
default:0

Page number

per_page
integer
default:50

Number of results per page. Max is 100.

Response

Staff tasks response

success
boolean
required
data
object
required
message
string