Get All
Path parameters
entityId
Entity ID or Entity ForeignID
userId
User ID or User ForeignID
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
startDate
Start date for notification created on date filter.
endDate
End date for notification created date filter.
orderDirection
Direction to order notifications by. Defaults to asc.
Allowed values:
limit
Number of invoices to return. Limit can range between 1 and 100, and the default is 10.
startingAfter
The ID of the notification to start after. If not provided, the first page of invoices will be returned.
notificationType
The type of notification to filter by.
status
The status of the notification to filter by.
Allowed values:
Response
This endpoint returns an object.
count
Total number of notifications for the given start and end date filters. This value is not limited by the limit parameter. It is provided so that you can determine how many pages of results are available.
hasMore
True if there are more notifications available for the given start and end date filters.
data