Get detailed open rate of an announcement
GET {{baseUrl}}/v3/announcement_open_rate/:unique_id
Get detailed open rate of an announcement
Retrieves the detailed open rate information of an announcement.
https://sendbird.com/docs/chat/v3/platform-api/guides/announcements#2-get-detailed-open-rate-of-an-announcement
unique_id
Type: string
Description: Specifies the unique ID of the announcement to get its open rate.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Api-Token | string | (Required) | |
Accept | string |
RESPONSES
status: OK
{"unique_id":"\u003cstring\u003e","open_counts":["\u003cnumber\u003e","\u003cnumber\u003e"],"open_rates":["\u003cnumber\u003e","\u003cnumber\u003e"],"cumulative_open_counts":["\u003cnumber\u003e","\u003cnumber\u003e"],"cumulative_open_rates":["\u003cnumber\u003e","\u003cnumber\u003e"]}