Settings Changes
A SettingsChange is any change in your site caused by any user.
List Settings Changes
SDK Method
settingschange.List()
Return Object
[]*SettingsChange
Authorization Requirement
Requires either a Site-Wide API key or User API key or session from a User with Site Admin permissions.
Additional Arguments
The SettingsChange Object
Some of the methods above return a SettingsChange object. The attributes of this object are listed below.
| Attribute | Description |
|---|---|
| ApiKeyId int64 | The API key id responsible for this change. |
| Changes array(string) | Markdown-formatted change messages. |
| CreatedAt date-time | The time this change was made. |
| UserId int64 | The user id responsible for this change. |
| UserIsFilesSupport boolean | true if this change was performed by Files.com support. |
| UserIsFromParentSite boolean | true if this change was performed by a user on a parent site. |
| Username string | The username of the user responsible for this change. |