Skip to main content
POST
The signed-in user's own notifications, newest first, with whether each has been read.

Headers

Prefer
enum<string>

Preference

Available options:
return=representation,
return=minimal,
return=none,
resolution=ignore-duplicates,
resolution=merge-duplicates

Query Parameters

select
string

Filtering Columns

Body

my_notifications

The signed-in user's own notifications, newest first, with whether each has been read.

action_url
string<text>
body
string<text>
channel
string<character varying>
Maximum string length: 20
created_at
string<timestamp with time zone>
event_type
string<character varying>
Maximum string length: 80
id
string<uuid>

Note: This is a Primary Key.

is_unread
boolean<boolean>
read_at
string<timestamp with time zone>
sent_at
string<timestamp with time zone>
status
string<character varying>
Maximum string length: 20
subject
string<text>

Response

201

Created