All URIs are relative to http://localhost
Method | HTTP request | Description |
---|---|---|
apiV2TestPointsIdTestRunsGet | GET /api/v2/testPoints/{id}/testRuns | Get all test runs which use test point |
apiV2TestPointsIdWorkItemGet | GET /api/v2/testPoints/{id}/workItem | Get work item represented by test point |
apiV2TestPointsSearchIdPost | POST /api/v2/testPoints/search/id | Search for test points and extract IDs only |
apiV2TestPointsSearchPost | POST /api/v2/testPoints/search | Search for test points |
List apiV2TestPointsIdTestRunsGet(id)
Get all test runs which use test point
Name | Type | Description | Notes |
---|---|---|---|
id | UUID | Test point unique ID | [default to null] |
[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
- Content-Type: Not defined
- Accept: application/json
WorkItemModel apiV2TestPointsIdWorkItemGet(id)
Get work item represented by test point
Name | Type | Description | Notes |
---|---|---|---|
id | UUID | Test point unique ID | [default to null] |
[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
- Content-Type: Not defined
- Accept: application/json
List apiV2TestPointsSearchIdPost(Skip, Take, OrderBy, SearchField, SearchValue, TestPointFilterRequestModel)
Search for test points and extract IDs only
Name | Type | Description | Notes |
---|---|---|---|
Skip | Integer | Amount of items to be skipped (offset) | [optional] [default to null] |
Take | Integer | Amount of items to be taken (limit) | [optional] [default to null] |
OrderBy | String | SQL-like ORDER BY statement (column1 ASC | DESC , column2 ASC |
SearchField | String | Property name for searching | [optional] [default to null] |
SearchValue | String | Value for searching | [optional] [default to null] |
TestPointFilterRequestModel | TestPointFilterRequestModel | [optional] |
List
[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
- Content-Type: application/json
- Accept: application/json
List apiV2TestPointsSearchPost(Skip, Take, OrderBy, SearchField, SearchValue, TestPointFilterRequestModel)
Search for test points
Name | Type | Description | Notes |
---|---|---|---|
Skip | Integer | Amount of items to be skipped (offset) | [optional] [default to null] |
Take | Integer | Amount of items to be taken (limit) | [optional] [default to null] |
OrderBy | String | SQL-like ORDER BY statement (column1 ASC | DESC , column2 ASC |
SearchField | String | Property name for searching | [optional] [default to null] |
SearchValue | String | Value for searching | [optional] [default to null] |
TestPointFilterRequestModel | TestPointFilterRequestModel | [optional] |
[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
- Content-Type: application/json
- Accept: application/json