Skip to main content

Find test item by UUID

GET 

/v1/:projectName/item/uuid/:itemId

Find test item by UUID

Request

Path Parameters

    itemId stringrequired

    itemId

    projectName stringrequired

    projectName

Responses

OK

Schema

    attributes

    object[]

  • Array [

  • 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[]

  • Array [

  • btsProject string
    btsUrl string
    pluginName string
    submitDate int64
    ticketId string
    url string
  • ]

  • ignoreAnalyzer boolean
    issueType stringrequired
    launchId int64
    launchStatus string
    name string

    parameters

    object[]

  • Array [

  • key stringrequired
    value string
  • ]

  • parent int64
    path string

    pathNames

    object

    itemPaths

    object[]

  • Array [

  • 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
Loading...