Notification
List Notifications
curl --location '{host}api/v1/notifications/?user=1&is_sent=true&template=6&limit=100' \
--header 'Authorization: Token {Token}'{
"count": 56,
"next": null,
"previous": null,
"results": [
{
"id": 311,
"template": 6,
"context": {
"quotation": {
"id": 131,
"name": "erp_code task test19",
"user": {
"id": 1,
"email": "[email protected]",
"last_name": "Doe",
"first_name": "John"
},
"number": "079768239",
"status": "approved",
"net_amount": "505444797.85",
"total_amount": "505444797.85"
}
},
"user": 1,
"is_sent": true,
"created_at": "2024-01-24T07:02:56.896243Z",
"modified_at": "2024-01-24T07:03:11.940575Z"
},
...
]
}Resend Notifications
Parameter
Type
Description
Last updated
Was this helpful?

