Get notifications

GEThttps://services.leadconnectorhq.com/calendars/{calendarId}/notifications
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
Path Parameters
calendarId
string
required
Query Parameters
deleted
boolean
isActive
boolean
limit
number

Number of records to return

Default:
100
skip
number

Number of records to skip

Default:
0
Headers
Authorization
string
required

Access Token

Example:
Bearer 9c48df2694a849b6089f9d0d3513efe
Version
string
required

API Version

Allowed value:
2021-04-15

Responses

Successful response

array of:
_id
string

Notification ID

receiverType
string
Allowed values:
contactguestassignedUseremails
Example:
contact
additionalEmailIds
array[string]
Example:
["example1@email.com","example2@email.com"]
channel
string
Allowed values:
emailinApp
Example:
email
notificationType
string
Allowed values:
bookedconfirmationcancellationreminderfollowupreschedule
Example:
confirmation
isActive
boolean
Example:
true
templateId
string
Example:
0as9d8as0d
body
string
Example:
This is a test notification
subject
string
Example:
Test Notification
afterTime
array[object]
Example:
[{"timeOffset":1,"unit":"hours"}]
timeOffset
number
unit
string
beforeTime
array[object]
Example:
[{"timeOffset":1,"unit":"hours"}]
timeOffset
number
unit
string
selectedUsers
array[string]
Example:
["user1","user2"]
deleted
boolean
Example:
false

Unauthorized

statusCode
number
Example:
401
message
string
Example:
Invalid token: access token is invalid
error
string
Example:
Unauthorized

Bad Request

statusCode
number
Example:
400
message
string
Example:
Bad Request