For the complete documentation index, see llms.txt. This page is also available as Markdown.

📅 Agendamentos e Lembretes

AppointmentCreate

post
/v2/api/external/{ApiID}/appointment/create
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Parâmetros de rota
ApiIDstringObrigatório
Corpo
titlestringOpcional
descriptionstringOpcional
contactIdstringOpcional
startAtstringOpcional
endAtstringOpcional
statusstringOpcional
Respostas
200

Successful response

application/json
post/v2/api/external/{ApiID}/appointment/create
200

Successful response

AppointmentDelete

post
/v2/api/external/{ApiID}/appointment/delete/{id}
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Parâmetros de rota
ApiIDstringObrigatório
idstringObrigatório
Corpo
objectOpcional
Respostas
200

Successful response

application/json
post/v2/api/external/{ApiID}/appointment/delete/{id}
200

Successful response

AppointmentList

get
/v2/api/external/{ApiID}/appointment/list
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Parâmetros de rota
ApiIDstringObrigatório
Parâmetros de consulta
pageintegerOpcionalExample: 1
limitintegerOpcionalExample: 20
statusstringOpcionalExample: pending
Respostas
200

Successful response

application/json
get/v2/api/external/{ApiID}/appointment/list
200

Successful response

AppointmentShow

get
/v2/api/external/{ApiID}/appointment/show/{id}
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Parâmetros de rota
ApiIDstringObrigatório
idstringObrigatório
Respostas
200

Successful response

application/json
get/v2/api/external/{ApiID}/appointment/show/{id}
200

Successful response

AppointmentUpdate

post
/v2/api/external/{ApiID}/appointment/update/{id}
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Parâmetros de rota
ApiIDstringObrigatório
idstringObrigatório
Corpo
statusstringOpcional
notesstringOpcional
Respostas
200

Successful response

application/json
post/v2/api/external/{ApiID}/appointment/update/{id}
200

Successful response

ScheduleReminderCreate

post
/v2/api/external/{ApiID}/scheduleReminder/create
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Parâmetros de rota
ApiIDstringObrigatório
Corpo
namestringOpcional
hoursBeforeEventnumberOpcional
messageTypestringOpcional
messageContentstringOpcional
activebooleanOpcional
Respostas
200

Successful response

application/json
post/v2/api/external/{ApiID}/scheduleReminder/create
200

Successful response

ScheduleReminderDelete

post
/v2/api/external/{ApiID}/scheduleReminder/delete/{id}
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Parâmetros de rota
ApiIDstringObrigatório
idstringObrigatório
Corpo
objectOpcional
Respostas
200

Successful response

application/json
post/v2/api/external/{ApiID}/scheduleReminder/delete/{id}
200

Successful response

ScheduleReminderList

get
/v2/api/external/{ApiID}/scheduleReminder/list
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Parâmetros de rota
ApiIDstringObrigatório
Respostas
200

Successful response

application/json
get/v2/api/external/{ApiID}/scheduleReminder/list
200

Successful response

ScheduleReminderToggle

post
/v2/api/external/{ApiID}/scheduleReminder/toggle/{id}
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Parâmetros de rota
ApiIDstringObrigatório
idstringObrigatório
Corpo
objectOpcional
Respostas
200

Successful response

application/json
post/v2/api/external/{ApiID}/scheduleReminder/toggle/{id}
200

Successful response

ScheduleReminderUpdate

post
/v2/api/external/{ApiID}/scheduleReminder/update/{id}
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Parâmetros de rota
ApiIDstringObrigatório
idstringObrigatório
Corpo
namestringOpcional
hoursBeforeEventnumberOpcional
Respostas
200

Successful response

application/json
post/v2/api/external/{ApiID}/scheduleReminder/update/{id}
200

Successful response

Atualizado

Isto foi útil?