Read Notification By ID
PUT
/api/notification/{notification_id}
Notification APIs
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT '/api/notification/' \
--header 'Content-Type: application/json' \
--data-raw '{
"org_id": 1
}'
Response Response Example
{
"success": true,
"message": "Notification modified successfully.",
"data": {
"id": 40978,
"content": "File Indexed Successfully",
"is_read": true,
"created_on": "2024-10-22T20:34:28.004152Z",
"is_deleted": false,
"recipient": 15,
"org": 1,
"agent": 298
}
}
Request
Path Params
notification_id
integer
required
Body Params application/json