Skip to main content

Get Finding

Retrieve a specific finding from a report.

External Documentation

To learn more, visit the PlexTrac documentation.

Parameters

ParameterDescription
Client IDThe ID of the client whose report to get findings of belongs to. Can be retrieved from the 'List Clients' action.
Finding IDThe ID of the finding to be get. Can be retrieved from the 'List Findings' action.
Report IDThe ID of the report the finding to get belongs to. Can be retrieved from the 'List Reports' action.

Example Output

{
"id": 959987286,
"client_id": 1045,
"name": "New Test Report",
"status": "Draft",
"created_at": 1685549647741,
"fields_template": "7c76e35c-1dfc-4623-8dc4-3a0bd33658a8",
"tags": [
"test_tag",
"another_tag"
],
"reviewers": [],
"template": "2e6a8544-754b-4289-8b5a-684391d5b988",
"logistics": "",
"reportType": "default",
"includeEvidence": false,
"start_date": "2022-05-17T19:00:11.146Z",
"end_date": "2022-05-18T19:00:13.168Z",
"custom_field": [
{
"label": "Custom Field",
"value": "new value"
},
{
"label": "Field",
"value": "2222"
}
],
"operators": [],
"isTrackChanges": false,
"report_id": 959987286,
"doc_type": "report"
}

Workflow Library Example

Get Finding with Plextrac and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop