DocsOmniFi APIsChangelog
SkySparcContact UsLog In
OmniFi APIs

Export

Exports a part of the specified workspace Test Plan. While both the NodeId and Path parameters are optional they are mutually exclusive, and supplying either one of them is mandatory.

Path Params
integer
required

[Int32] The ID of the workspace to export from.

integer
required

[Int32 (nullable)] (Optional) The ID of the group or test case that should be exported. Leave unspecified to use Path instead.

Query Params
string

[String] (Optional) The slash-path, path of the test plan folder to import into. Leave unspecified to use Id instead.

integer

[Int32 (nullable)] (Optional) The ID of the test plan to export from, or null to export from the repository. This is used in conjunction with Path to determine which test plan the path belongs to, and can be omitted or specified to null if exporting by NodeId, or from repository.

boolean

[Boolean] (Optional) Include login password in the export (default:true)

Response
200

OK

Language
Credentials
Basic
base64
:
LoadingLoading…