Skip to main content

Get next or previous log in test item

GET 

/v1/:projectName/log/locations/:parentId

Get next or previous log in 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 anyrequired

    params

Responses

OK

Schema

  • Array [

  • binaryContent

    object

    contentType stringrequired
    id stringrequired
    thumbnailId stringrequired
    id int64required
    itemId int64
    launchId int64
    level string

    Possible values: [error, warn, info, debug, trace, fatal, unknown]

    message string

    pagesLocation

    object[]

  • Array [

  • key int64
    value int32
  • ]

  • thumbnail string
    time date-time
    uuid stringrequired
  • ]

Loading...