Authorization: oauth ********************
curl --location --request GET 'https://api-v2.streamvi.io/method/notify_history/list?v&language&limit&offset&project_id&name&channel&date_from&date_to&status_read' \
--header 'Authorization: oauth <token>'
{
"total": 0,
"limit": 0,
"offset": 0,
"results": [
{
"_id": "string",
"project_id": 0,
"date_create": "string",
"actions": {},
"channel": "telegram",
"text": [
{
"language": "russian",
"language_iso": "ru",
"title": "",
"text": ""
}
],
"status_read": true,
"category": "important"
}
]
}