Notifications
Notifications Documentation
Notification [LIST]
Notification [LIST]
Request
Endpoint
Body
Parameters
Filters
cleared
Type boolean
Description Filter checks if cleared is either "true" or "false"
Required No
Response
Headers
Body
Fields
data
Type
[Notification]
Description An array of Notifications
Notification [GET]
Notification [GET]
Request
Endpoint
Body
Response
Headers
Body
Fields
Attributes
cleared
Type
boolean
Description If this notification has been read by the user then cleared should be marked as true
created_at
Type
date
Description The timestamp of when this resource was created
event_date
Type
date
Description The date the event that triggered the notification occured
updated_at
Type
date
Description The timestamp of when this resource was last updated
updated_in_db_at
Type
date
Description This is to be used as a reference for the last time the resource was updated in the remote database - specifically for when data is updated while the client is offline.
Relationships
contact.data
Type
Contact
Description The Contact the notification applies to
donation.data
Type
Donation
Description The Donation the notification applies to (Optional)
notification_type.data
Type
NotificationType
Description The notification type indicating what event triggered the notification
Notification [PUT]
Notification [PUT]
Request
Endpoint
Body
Parameters
Attributes
cleared
Type
boolean
Description If this notification has been read by the user then cleared should be marked as true
Required No
created_at
Type
date
Description The timestamp of when this resource was created
Required No
overwrite
Type
boolean
Description
Only used for updating a record where you want to ignore the server's ' 'updated_in_db_at
value and force overwrite the values for the record. ' 'Must be true
to work.
Required No
updated_at
Type
date
Description The timestamp of when this resource was last updated
Required No
updated_in_db_at
Type
date
Description This is to be used as a reference for the last time the resource was updated in the remote database - specifically for when data is updated while the client is offline.
Required No
Response
Headers
Body
Fields
Attributes
cleared
Type
boolean
Description If this notification has been read by the user then cleared should be marked as true
created_at
Type
date
Description The timestamp of when this resource was created
event_date
Type
date
Description The date the event that triggered the notification occured
updated_at
Type
date
Description The timestamp of when this resource was last updated
updated_in_db_at
Type
date
Description This is to be used as a reference for the last time the resource was updated in the remote database - specifically for when data is updated while the client is offline.
Relationships
contact.data
Type
Contact
Description The Contact the notification applies to
donation.data
Type
Donation
Description The Donation the notification applies to (Optional)
notification_type.data
Type
NotificationType
Description The notification type indicating what event triggered the notification
Notification [CLEAR]
Notification [CLEAR]
Request
Endpoint
Body
Response
Headers
Body
Fields
Attributes
created_at
Type
date
Description The timestamp of when this resource was created
updated_at
Type
date
Description The timestamp of when this resource was last updated
updated_in_db_at
Type
date
Description This is to be used as a reference for the last time the resource was updated in the remote database - specifically for when data is updated while the client is offline.
Last updated