Activity
Represents a weekly bucket of instance activity.
Example
{
  "week": "1574640000",
  "statuses": "37125",
  "logins": "14239",
  "registrations": "542"
}Attributes
week
weekDescription: Midnight at the first day of the week. Type: String (UNIX Timestamp) Version history: Added in 2.1.2
statuses
statusesDescription: Statuses created since the week began. Type: String (cast from an integer) Version history: Added in 2.1.2
logins
loginsDescription: User logins since the week began. Type: String (cast from an integer) Version history: Added in 2.1.2
registrations
registrationsDescription: User registrations since the week began. Type: String (cast from an integer) Version history: Added in 2.1.2
See also
Last updated
Was this helpful?
