Index
GET
/appointment
Request
Query Params
with[]
array[string] | null
optional
Example:
["customer","user","chances","assignments","contacts","contracts","imports","users"]
show[]
array[string] | null
optional
Example:
["id","name"]
order_by[]
array[string] | null
optional
Example:
["id:desc","name"]
filter
string | null
optional
field:operator:value
Example:
customer_id:in:28;29;30
limit
integer <uint32>
optional
>= 1<= 100
Default:
100
Example:
100
offset
integer <uint32>
optional
limit
you need to increment this offset value each time you make a follow-up request.>= 0
Default:
0
Example:
0
Header Params
Accept
string
optional
Default:
application/json
Request samples
Responses
Modified at 2025-05-06 02:34:32