get
https://example.com/api/autotest/workspaces//testplan
api/autotest/workspaces/{WorkspaceId}/testplan
Gets a test plan node by path when the Path parameter is set, with an optional test plan ID.
Returns 200 OK with a model representing the node at the specified path upon successful completion.
If the Path parameter is not set, lists all nodes in the workspace, including the repository and all test plans.
The Filter parameter can be used to limit the results, for example to a specific test plan.
Then returns 200 OK with list of models representing the all nodes in the workspace.