Get User Activities Summary
| Scope: | get_record_user_activities_summary |
| App Type: | Agency |
| Authorization Type: | Access token |
| Url: | v3/records/{id}/useractivitiessummary?lang={lang} |
| HTTP Method: | GET |
Response Information
application/json
{
"summary": {
"upCount": 1,
"downCount": 2
}
}