Method
Retrieves a list of all projects in the current organization.
REQUIRED |
KEY |
TYPE |
DESCRIPTION |
No |
limit |
int |
The maximum length of the list of projects.
|
No |
startAfterId |
str |
The ID of the project after which the list starts.
|
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.
KEY |
TYPE |
DESCRIPTION |
success |
Boolean |
true if the call succeeded, false if there was an error |
result |
list[Project] |
|
TYPE |
WHEN |
DataNotFoundError |
startAfterId is not found.
|