DocsOmniFi APIsChangelog
SkySparcContact UsLog In
OmniFi APIs

List Testplans

api/autotest/workspaces/{WorkspaceId}/testplans

Lists the available testplans in a specified workspace,
optionally filtered by name.

Path Params
int32
required
≥ 1

The ID of the workspace containing the testplans

Query Params
string

(Optional) Filter testplans by Name.
The value can include SQL wildcard characters e.g. "Workspace_%".
Note that all SQL Server matching patterns are accepted:
%, [a-z], , [^A-Z] etc.
The single-character '
' wildcard; "My_Testplan" will match "My_Testplan"
as well as "My-Testplan". To match the name "My_Testplan" exactly,
escape the pattern using backslash: "My_Testplan"

Response

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