Managed workspaces
ManagedWorkspaces
Bases: GenericRequestMethod
Class responsible to make calls to Kanbanize managed korkpaces endpoints
Source code in kanbanize_sdk/endpoints/managed_workspaces.py
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | |
list(user_id)
This method is responsible to get one managed workpaces from the platform.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
user_id |
int
|
An integer parameter that represents the user identification. |
required |
Returns:
| Type | Description |
|---|---|
list
|
A list searched workspace_id object |
Source code in kanbanize_sdk/endpoints/managed_workspaces.py
10 11 12 13 14 15 16 17 18 19 20 | |