Skip to main content

Get Report

Retrieve a specific report for a client and provides robust information about the report.

External Documentation

To learn more, visit the PlexTrac documentation.

Parameters

ParameterDescription
Client IDThe ID of the client to retrieve its reports for.
Report IDThe ID of the report to get its information.

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 Report with Plextrac and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop