Notification Preferences
Notification Preferences Documentation
Notification Preference [LIST]
Notification Preference [LIST]
Request
Endpoint
Body
Response
Headers
Body
Fields
data
Type
[Notification Preference]
Description An array of Notification Preferences
Notification Preference [POST]
Notification Preference [POST]
Request
Endpoint
Body
Parameters
Attributes
app
Type
boolean
Description Indicates when a notification is created with the related notification type if it should send an in app notification to the user
Required No
created_at
Type
date
Description The timestamp of when this resource was created
Required No
Type
boolean
Description Indicates when a notification is created with the related notification type if it should send an email to the user
Required No
task
Type
boolean
Description Indicates when a notification is created with the related notification type if it should create a task
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
Relationships
notification_type.data
Type
Notification Type
Description The notification type this preference is for
Required No
Response
Headers
Body
Fields
Attributes
app
Type
boolean
Description Indicates when a notification is created with the related notification type if it should send an in app notification to the user
created_at
Type
date
Description The timestamp of when this resource was created
Type
boolean
Description Indicates when a notification is created with the related notification type if it should send an email to the user
task
Type
boolean
Description Indicates when a notification is created with the related notification type if it should create a task
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
notification_type.data
Type
Notification Type
Description The notification type this preference is for
Notification Preference [GET]
Notification Preference [GET]
Request
Endpoint
Body
Response
Headers
Body
Fields
Attributes
app
Type
boolean
Description Indicates when a notification is created with the related notification type if it should send an in app notification to the user
created_at
Type
date
Description The timestamp of when this resource was created
Type
boolean
Description Indicates when a notification is created with the related notification type if it should send an email to the user
task
Type
boolean
Description Indicates when a notification is created with the related notification type if it should create a task
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
notification_type.data
Type
Notification Type
Description The notification type this preference is for
Notification Preference [PUT]
Notification Preference [PUT]
Request
Endpoint
Body
Parameters
Attributes
app
Type
boolean
Description Indicates when a notification is created with the related notification type if it should send an in app notification to the user
Required No
created_at
Type
date
Description The timestamp of when this resource was created
Required No
Type
boolean
Description Indicates when a notification is created with the related notification type if it should send an email to the user
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
task
Type
boolean
Description Indicates when a notification is created with the related notification type if it should create a task
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
Relationships
notification_type.data
Type
Notification Type
Description The notification type this preference is for
Required No
Response
Headers
Body
Fields
Attributes
app
Type
boolean
Description Indicates when a notification is created with the related notification type if it should send an in app notification to the user
created_at
Type
date
Description The timestamp of when this resource was created
Type
boolean
Description Indicates when a notification is created with the related notification type if it should send an email to the user
task
Type
boolean
Description Indicates when a notification is created with the related notification type if it should create a task
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
notification_type.data
Type
Notification Type
Description The notification type this preference is for
Notification Preference [DELETE]
Notification Preference [DELETE]
Request
Endpoint
Body
Response
Headers
Body
Last updated