Get project history of actions
Run in Apidog
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 --request GET 'https://api-v2.streamvi.io/method/project_history/list?v&language&limit&offset&project_id&date_from&date_to&action&group_id' Responses application/json Generate Code
{
"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-04-28T15:18:09.780Z"
}
]
}
Modified at 2026-04-28 20:02:55