Retrieves detailed open status information on a specific announcement.
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 0. |
limit | int | Specifies the number of results to retrieve per page. Acceptable values are 1 to 100, inclusive. (Default: 10) |
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 false, this property returns the open status of target users who haven't opened the announcement. If not specified, all target users' open status are returned. |
If successful, this action returns the open status information about a specific announcement in the response body.
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.