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
projectName
Query Parameters
Filters by 'autoAnalyzed'
Filters by 'binaryContent'
Filters by 'id'
Filters by 'item'
Filters by 'lastModified'
Filters by 'launch'
Filters by 'launchId'
Filters by 'level'
Filters by 'logId'
Filters by 'logTime'
Filters by 'message'
Filters by 'path'
Filters by 'projectId'
Filters by 'retryParentId'
Filters by 'retryParentLaunchId'
Filters by 'status'
Results page you want to retrieve (0..N)
Number of records per page
Sorting criteria in the format: property, (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
params
Responses
- 200
OK
- */*
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
binaryContent
object
Possible values: [error
, warn
, info
, debug
, trace
, fatal
, unknown
]
pagesLocation
object[]
[
{
"binaryContent": {
"contentType": "string",
"id": "string",
"thumbnailId": "string"
},
"id": 0,
"itemId": 0,
"launchId": 0,
"level": "error",
"message": "string",
"pagesLocation": [
{
"key": 0,
"value": 0
}
],
"thumbnail": "string",
"time": "2024-10-07T13:47:24.325Z",
"uuid": "string"
}
]