Get project history of actions
Request
Add the parameter Authorization
to Headers,whose value is to concatenate the Token after the Bearer. Example:Authorization: Bearer ********************
Authorize URL: https://streamvi.io/cabinet/oauth
Token URL: https://api-v2.streamvi.io/site/oauth/token
Scopes:
project:read-Чтение проектов
or
Request Code Samples
curl --location 'https://api-v2.streamvi.io/method/project_history/list?v=undefined&language=undefined&limit=undefined&offset=undefined&project_id=undefined&date_from=undefined&date_to=undefined&action=undefined&group_id=undefined'
Responses
application/json
{
"total": 0,
"limit": 0,
"offset": 0,
"results": [
{
"id": 1,
"action": "project_channel_invite_add",
"project_id": 0,
"user_id": 0,
"group_id": 0,
"date": "2026-05-13T14:07:19.893Z"
}
]
}
Modified at 2026-05-13 15:11:55