Skip to content

Latest commit

 

History

History
122 lines (78 loc) · 4.19 KB

TestPointsApi.md

File metadata and controls

122 lines (78 loc) · 4.19 KB

TestPointsApi

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

apiV2TestPointsIdTestRunsGet

List apiV2TestPointsIdTestRunsGet(id)

Get all test runs which use test point

Parameters

Name Type Description Notes
id UUID Test point unique ID [default to null]

Return type

List

Authorization

[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

apiV2TestPointsIdWorkItemGet

WorkItemModel apiV2TestPointsIdWorkItemGet(id)

Get work item represented by test point

Parameters

Name Type Description Notes
id UUID Test point unique ID [default to null]

Return type

WorkItemModel

Authorization

[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

apiV2TestPointsSearchIdPost

List apiV2TestPointsSearchIdPost(Skip, Take, OrderBy, SearchField, SearchValue, TestPointFilterModel)

Search for test points and extract IDs only

Parameters

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]
TestPointFilterModel TestPointFilterModel [optional]

Return type

List

Authorization

[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

apiV2TestPointsSearchPost

List apiV2TestPointsSearchPost(Skip, Take, OrderBy, SearchField, SearchValue, TestPointFilterModel)

Search for test points

Parameters

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]
TestPointFilterModel TestPointFilterModel [optional]

Return type

List

Authorization

[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json