Get Announcement
GET api/v1/channel/announcement/get
Note: Get Announcement of a group. Only group members have access.
Header
Field
Type
Remarks
ApiKey
String
Authorization
String
Bearer ${unifiedAuthToken} , in which the unifiedAuthToken is returned by /api/v1/auth
Request Parameters
Field
Type
Remarks
channelUuid
String
the uuid of the group chat
Request Example
Response Parameters
Field
Type
Remarks
code
String
the Return Code
desc
String
the Return Message
data
Announcement
the announcement
The Announcement field consists of the following subfields:
Field
Type
Remarks
announcement
String
the announcement
pinAnnouncement
boolean
Whether it should be sticked on top. True-yes,False-no.
Response Body
Return Code
code
desc
Remarks
0
success
the flag for a successful request
13108
Not the member of this group
not a member of current group
Last updated