Get calendar notifications based on query
Request
Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
Provide your bearer token in the Authorization header when making requests to protected resources.
Example: Authorization: Bearer 123
Provide your bearer token in the Authorization header when making requests to protected resources.
Path Parameters
calendarId
stringQuery Parameters
deleted
booleanisActive
booleanlimit
numberNumber of records to return
Default:
100
skip
numberNumber of records to skip
Default:
0
Headers
Authorization
stringAccess Token
Example:
Bearer 9c48df2694a849b6089f9d0d3513efe
Version
stringAPI Version
Allowed value:
2021-04-15
Responses
200
Successful response
Body
array of:
_id
stringNotification ID
receiverType
stringAllowed values:
contactguestassignedUseremails
Example:
contact
additionalEmailIds
array[string]Example:
["example1@email.com","example2@email.com"]
channel
stringAllowed values:
emailinApp
Example:
email
notificationType
stringAllowed values:
bookedconfirmationcancellationreminderfollowupreschedule
Example:
confirmation
isActive
booleanExample:
true
templateId
stringExample:
0as9d8as0d
body
stringExample:
This is a test notification
subject
stringExample:
Test Notification
afterTime
array[object]Example:
[{"timeOffset":1,"unit":"hours"}]
timeOffset
numberunit
stringbeforeTime
array[object]Example:
[{"timeOffset":1,"unit":"hours"}]
timeOffset
numberunit
stringselectedUsers
array[string]Example:
["user1","user2"]
deleted
booleanExample:
false
422
401
Unauthorized
Body
statusCode
number
Example:
401
message
string
Example:
Invalid token: access token is invalid
error
string
Example:
Unauthorized
400
Bad Request
Body
statusCode
number
Example:
400
message
string
Example:
Bad Request