Activity
Represents a weekly bucket of instance activity.
Example
{
"week": "1574640000",
"statuses": "37125",
"logins": "14239",
"registrations": "542"
}
Attributes
week
Description: Midnight at the first day of the week.
Type: String (UNIX Timestamp)
実装履歴: Added in 2.1.2
statuses
Description: Statuses created since the week began.
Type: String (cast from an integer)
実装履歴: Added in 2.1.2
logins
Description: User logins since the week began.
Type: String (cast from an integer)
実装履歴: Added in 2.1.2
registrations
Description: User registrations since the week began.
Type: String (cast from an integer)
実装履歴: Added in 2.1.2
See also
instance app/controllers/api/v1/instances/activity_controller.rb
最終更新 May 17, 2020 · このページを改善する
他の言語:
English