List Discovery Asset Logs
GET/discovery/assets/:parent_lookup_discovery_asset/logs/
Request
Path Parameters
Discovery Asset ID
Query Parameters
first_seen
- First Seenauthority
- Authorityrisk
- Riskscreenshot
- Screenshotscan
- Scannote
- Noteowner
- Ownerscore
- Scoretechnology
- Technology
Possible values: [authority
, first_seen
, note
, owner
, risk
, scan
, score
, screenshot
, technology
]
Number of results to return per page.
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 [
- ]
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 objectrequired
A unique Base58 value identifying this object.
Possible values: <= 254 characters
Email 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: <= 1 characters
{
"count": 6,
"page_total": 1,
"page": 1,
"length": 10,
"results": [
{
"id": "string",
"change": "string",
"changed": "2024-09-05T10:15:22.784Z",
"changed_by": {
"id": "string",
"email": "[email protected]",
"name": "string"
},
"field": "string",
"message": "string",
"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."
}