GetLevelByNameGeneral
Description
Returns a ConfirmitDataResult containing the response data of one specified level for a project.
Signature
ConfirmitDataResult GetLevelByName(string key, string projectId, string[] levelNames, bool includeSystemVariables, DatabaseType databaseType, ResponseToken token)
Parameters
Name | Data Type | Description |
---|---|---|
key |
string required |
The authentication key |
projectId |
string required |
The project ID |
levelNames |
string[ ] required |
The names of the levels to return. |
includeSystemVariables |
bool required |
True will include all the system variables in the result, false will exclude them. |
databaseType |
DatabaseType required |
Production or Test. |
token |
ResponseToken optional |
The response token. |