Get project history of actions
Request
Add the parameter Authorization
to Headers,whose value is to concatenate the Token after the oauth. Example:Authorization: oauth ********************
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' \
--header 'Authorization: oauth <token>'
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": "2025-11-03T12:03:23.301Z"
}
]
}
Modified at 2025-11-04 05:56:26