List allow/block rules
List Allow/Block rules
List allow/block rules. This will return a maximum of 100 rules per page, with 10 as default. You can use the limit
and pageToken
query parameters to paginate the results. Learn more about pagination in the Common API Usage pagination section.
GEThttps://api.bird.com/workspaces/{workspaceId}/conversation-allowblock-rules
Path parameters
workspaceId*string (uuid)
The workspace ID
"b4e02c85-c6d2-4b15-8885-e09671799c61"
Query parameters
Response
A paginated list of Allow/Block rules.
Body
nextPageTokenstring
The token to fetch the next page of results. If empty, there are no more results to fetch.
results*array of Conversations_AllowBlockRule (object)
Request
Response
Examples
Note: if there are more than 10 allow/block rules, the results may be paginated. Please refer to Pagination on how to use nextPageToken
.
Last updated