DocsOmniFi APIsChangelog
SkySparcContact UsLog In
OmniFi APIs

Get Test Plan Item

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.

Path Params
int32
required
≥ 1

The ID of the workspace to get the node from.

Query Params
string

The slash-separated path of the item, specified from the root.

int32

The ID of the test plan to read the path from, or null to read from repository.

string

(Optional) A query filter e.g: filter=Name eq TestCase

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json