Messages
/team/:teamid/messages/all
(authenticated)
Get the message stack for a team - including unread
Note:Requires sending an authentication token either in the sessionid
query argument,
or in the X-API-Key
header. The token is returned from the login
route.
Required Team Permissions
- member_of
integer page: The desired page
integer pageSize: The desired page size
teamid: The id of the team to act on
/team/:teamid/messages
(authenticated)
Get the message stack for a team
Note:Requires sending an authentication token either in the sessionid
query argument,
or in the X-API-Key
header. The token is returned from the login
route.
Required Team Permissions
- member_of
integer page: The desired page
integer pageSize: The desired page size
teamid: The id of the team to act on
/team/:teamid/message/:id/read
(authenticated)
Mark a message as read
Note:Requires sending an authentication token either in the sessionid
query argument,
or in the X-API-Key
header. The token is returned from the login
route.
Required Team Permissions
- team_management
teamid: The id of the team to act on
id: undocumented