External DocumentationTo learn more, visit the PlexTrac documentation.
Parameters
Example Output
Workflow Library Example
Get Report with Plextrac and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Client ID | The ID of the client to retrieve its reports for. |
| Report ID | The ID of the report to get its information. |
{
"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"
}
Was this page helpful?