Retrieves a paginated list of bots in a specified Wickr network. You can filter and sort the results based on various criteria.
Path parameters
The ID of the Wickr network from which to list bots.
Query parameters
The token for retrieving the next page of results. This is returned from a previous request when there are more results available.
The maximum number of bots to return in a single page. Valid range is 1-100. Default is 10.
The fields to sort bots by. Multiple fields can be specified by separating them with '+'. Accepted values include 'username', 'firstName', 'displayName', 'status', and 'groupId'.
The direction to sort results. Valid values are 'ASC' (ascending) or 'DESC' (descending). Default is 'DESC'.
Filter results to only include bots with display names matching this value.
Filter results to only include bots with usernames matching this value.
Filter results to only include bots with this status (1 for pending, 2 for active).
Filter results to only include bots belonging to this security group.
Response
Success