Skip to main content

Get nested steps with logs for the parent Test Item

GET 

/v1/:projectName/log/nested/:parentId

Get nested steps with logs for the parent Test Item

Request

Path Parameters

    parentId int64required

    parentId

    projectName stringrequired

    projectName

Query Parameters

    filter.eq.autoAnalyzed boolean

    Filters by 'autoAnalyzed'

    filter.eq.binaryContent string

    Filters by 'binaryContent'

    filter.eq.id int64

    Filters by 'id'

    filter.eq.item int64

    Filters by 'item'

    filter.eq.lastModified date-time

    Filters by 'lastModified'

    filter.eq.launch int64

    Filters by 'launch'

    filter.eq.launchId int64

    Filters by 'launchId'

    filter.eq.level string

    Filters by 'level'

    filter.eq.logId int64

    Filters by 'logId'

    filter.eq.logTime date-time

    Filters by 'logTime'

    filter.eq.message string

    Filters by 'message'

    filter.eq.path string

    Filters by 'path'

    filter.eq.projectId int64

    Filters by 'projectId'

    filter.eq.retryParentId int64

    Filters by 'retryParentId'

    filter.eq.retryParentLaunchId int64

    Filters by 'retryParentLaunchId'

    filter.eq.status string

    Filters by 'status'

    page.page int32

    Results page you want to retrieve (0..N)

    page.size int32

    Number of records per page

    page.sort string[]

    Sorting criteria in the format: property, (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.

    params any

    params

Responses

OK

Schema

    object

Loading...