Find test item by ID
GET/v1/:projectName/item/:itemId
Find test item by ID
Request
Path Parameters
itemId stringrequired
itemId
projectName stringrequired
projectName
Responses
- 200
OK
- */*
- Schema
- Example (from schema)
Schema
Array [
]
Array [
]
Array [
]
Array [
]
attributes
object[]
key string
value string
codeRef string
description string
endTime date-time
hasChildren boolean
hasStats boolean
id int64
issue
object
autoAnalyzed boolean
comment string
externalSystemIssues
object[]
btsProject string
btsUrl string
pluginName string
submitDate int64
ticketId string
url string
ignoreAnalyzer boolean
issueType stringrequired
launchId int64
launchStatus string
name string
parameters
object[]
key stringrequired
value string
parent int64
path string
pathNames
object
itemPaths
object[]
id int64
name string
launchPathName
object
name string
number int32
patternTemplates string[]
retries undefined[]
startTime date-time
statistics
object
defects
object
property name*
object
property name* int32
executions
object
property name* int32
status string
testCaseHash int32
testCaseId string
type string
uniqueId string
uuid string
{
"attributes": [
{
"key": "string",
"value": "string"
}
],
"codeRef": "string",
"description": "string",
"endTime": "2024-10-07T13:47:26.514Z",
"hasChildren": true,
"hasStats": true,
"id": 0,
"issue": {
"autoAnalyzed": true,
"comment": "string",
"externalSystemIssues": [
{
"btsProject": "string",
"btsUrl": "string",
"pluginName": "string",
"submitDate": 0,
"ticketId": "string",
"url": "string"
}
],
"ignoreAnalyzer": true,
"issueType": "string"
},
"launchId": 0,
"launchStatus": "string",
"name": "string",
"parameters": [
{
"key": "string",
"value": "string"
}
],
"parent": 0,
"path": "string",
"pathNames": {
"itemPaths": [
{
"id": 0,
"name": "string"
}
],
"launchPathName": {
"name": "string",
"number": 0
}
},
"patternTemplates": [
"string"
],
"retries": [
null
],
"startTime": "2024-10-07T13:47:26.514Z",
"statistics": {
"defects": {},
"executions": {}
},
"status": "string",
"testCaseHash": 0,
"testCaseId": "string",
"type": "string",
"uniqueId": "string",
"uuid": "string"
}
Loading...