Collections
Collections
You will come across the name "collection" or "target" a few times throughout the documentation and API. This is the name of the collection in the database itself, which is used for socket connections to know what kind of data has been inserted,updated and removed but also for, for example, the comments functionality.
Collection | Description |
---|---|
automatedReminders | Automated reminders |
channel | Channels |
channelCategories | Channel categories |
chatMessages | Chat messages |
friends | Friends data collection, all friends are stored here |
frontStatuses | Custom fronts collection |
frontHistory | Front History Collection |
groups | Groups collection |
members | Members collection |
notes | Notes collection |
pendingFriendRequests | All pending friend requests |
polls | Polls |
private | Private data collection from a user (notification tokens, etc). Note: You cannot update this data with the public API |
repeatedReminders | Repeated reminders |
tokens | Token collection where tokens are stored |
users | All user data (username, custom fields, description, etc.) |