Get detailed open status of an announcement
Retrieves detailed open status information on a specific announcement.
HTTP request
Parameters
The following table lists the parameters that this action supports.
Parameters
Required | Type | Description |
---|---|---|
unique_id | string | Specifies the unique ID of an announcement. |
Optional | Type | Description |
---|---|---|
token | string | Specifies a token that indicates the starting index of results to retrieve. If not specified, the index is set as |
limit | integer | Specifies the number of results to retrieve per page. Acceptable values are |
Request body
The following table lists the properties of an HTTP request that this action supports.
Optional
Property name | Type | Description |
---|---|---|
unique_ids | array of strings | Specifies an array of target users' unique IDs to get the open status data on. |
channel_urls | array of strings | Specifies an array of channel URLs to get the open status data on. |
has_opened | boolean | Determines whether to restrict the scope to only retrieve open status data of target users who have opened the announcement. If set to |
Response
If successful, this action returns the open status information about a specific announcement in the response body.
List of response properties
Property name | Type | Description |
---|---|---|
next | string | The value that can be used in the |
In the case of an error, an error object is returned. A detailed list of error codes is available here.