Skip to main content

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.

CollectionDescription
automatedRemindersAutomated reminders
channelChannels
channelCategoriesChannel categories
chatMessagesChat messages
friendsFriends data collection, all friends are stored here
frontStatusesCustom fronts collection
frontHistoryFront History Collection
groupsGroups collection
membersMembers collection
notesNotes collection
pendingFriendRequestsAll pending friend requests
pollsPolls
privatePrivate data collection from a user (notification tokens, etc). Note: You cannot update this data with the public API
repeatedRemindersRepeated reminders
tokensToken collection where tokens are stored
usersAll user data (username, custom fields, description, etc.)