Notification
Get findings of a notification.
Retrieve list of findings for a given notification id. Returns information for findings notification type.
get/api/v2/notifications/{id}/findings
Path parameters
idinteger required
The id of the notification requested.
Query parameters
page_numberinteger
Example:1
The number of the page requested.
page_size10 | 20 | 30 | 50 | 100
Example:10
The number of result items in a single response.
Response
Success
Example response
[
{
"FindingId": 13,
"Module": "Digital Footprint"
}
]