find all
Authentication
Path parameters
Query parameters
(Optional): specifies the maximum number of results to return in a single response. By default - 20, max - 100.
(Optional): specifies the maximum number of results to return in a single response. By default - 20, max - 100.
This endpoint makes an HTTP GET request to retrieve a list of projects associated with the specified account. The response is in JSON format and varies based on the available projects.
No request body parameters are required for this endpoint.
Path Parameters:
account_id (string): The unique identifier of the account.The response schema for this request can be documented as follows:
Accepted permissions
Account → Projects → Projects listToken scope
Account Projects View
Personal access token. Create it in your BotBye account under Profile → Personal Access Tokens, tick the scopes the endpoints you call require (see each endpoint’s Token scope), and send the token in the X-Api-Key request header. A token works only for the account it was created in.
(Optional): a cursor for pagination.
after (string): Pointer to the item after which the items are to be retrieved.before (string): Pointer to the item before which the items are to be retrieved.(Optional): is used to create conditions for data filtering. It can be used to create simple conditions (leaf nodes) as well as compound logical expressions (branch nodes).
predicate (string): The filtering condition (e.g., gte, lte, eq for a leaf or and, or for a branch). Possible values [[#Predicate]]opearands (string): A list of nested conditions (used only for branches, such as and, or).fieldPath (string): The field to which the filtering condition is applied (used only for a leaf. Each entity has its own fieldPath list).value (string): The value to compare against the field (used only for a leaf).(Optional): property by which to order by.
fieldPath (string): name of order field.direction (string): ASC or DESC