List Findings Activity
GET/targets/:target_id/findings/:finding_id/logs/
Request
Path Parameters
Finding ID
Identifier of the target.
Query Parameters
found
- Foundinvalid
- Invalidaccepted
- Accepted Riskfixed
- Fixednote
- Noteupdate
- Updateassign
- Assignretest
- Retestretest_failed
- Retest Failed
Number of results to return per page.
Possible values: [accepted
, assign
, fixed
, found
, invalid
, note
, retest
, retest_failed
, update
]
Which field to use when ordering the results.
A page number within the paginated result set.
A search term.
Responses
- 200
- 400
- 401
- 500
- application/json
- Schema
- Example (from schema)
Schema
Array [
found
- Foundinvalid
- Invalidaccepted
- Accepted Riskfixed
- Fixednote
- Noteupdate
- Updateassign
- Assignretest
- Retestretest_failed
- Retest Failed]
Total number of results.
Total number of pages.
Number of the current page.
The first page is 1.
Defaults to 1 if no specific page is requested.
Number of results returned per page.
results
object[]
A unique Base58 value identifying this object.
changed_by
object
required
A unique Base58 value identifying this object.
Possible values: <= 254 characters
Email of the user.
Name of the user.
Possible values: <= 50 characters
Default value: [object Object]
Given the incoming primitive data, return the value for this field that should be validated and transformed to a native value.
Default value: [object Object]
Possible values: [found
, invalid
, accepted
, fixed
, note
, update
, assign
, retest
, retest_failed
, null
]
Possible values: <= 1 characters
{
"count": 6,
"page_total": 1,
"page": 1,
"length": 10,
"results": [
{
"id": "string",
"change": "string",
"changed": "2024-07-29T15:51:28.071Z",
"changed_by": {
"id": "string",
"email": "[email protected]",
"name": "string"
},
"field": "string",
"message": "string",
"message_type": "found",
"finding_history_type": "string"
}
]
}
- application/json
- Schema
- Example (from schema)
Schema
{
"<field name>": [
"Errors related to field <field name>."
],
"non_field_errors": [
"Errors not related to any field specific field."
]
}
- application/json
- Schema
- Example (from schema)
Schema
{
"detail": "Incorrect authentication credentials."
}
- application/json
- Schema
- Example (from schema)
Schema
{
"detail": "Unexpected error while handling your request."
}