Appearance
List Projects
GET
/projects
This method fetches and returns a list of all workspaces where the user is active.
The list that is returned also includes all the data included in the workspaces.
Returns:
- List[WorkspaceSchema]: A list of all workspaces and its data where the user is active.
Authorizations
HTTPBearer
Use your API token
Type
HTTP (bearer)
Parameters
Query Parameters
page
Page number
Type
integer
Minimum
1Default
1size
Page size
Type
integer
Maximum
100Minimum
1Default
50Responses
Successful Response
application/json
items
object[]
Required
total
integer |null
Required
page
integer |null
Required
size
integer |null
Required
pages
integer |null