To learn more, visit the PlexTrac documentation.
Parameters
| Parameter | Description |
|---|---|
| Filter By | Choose to filter results by the following fields. |
| Filter Value | The Value to filter the results by. |
| Limit | The maximal number of returned results. |
| Offset | Number of the results to initially skip. |
Example Output
{ "status": "success", "assets": [ { "asset": "testing asset", "assetCriticality": "High", "child_assets": {}, "client_id": 1618, "created": "2022-05-12T13:44:51.087Z", "createdAt": 1652363091087, "doc_type": "client_asset", "findings": {}, "id": "62f14f93-52f0-4fc5-86de-fff2c7fe397c", "knownIps": [], "parent_asset": null, "updatedAt": 1652363091087 }, { "asset": "Testing Asset", "child_assets": {}, "client_id": 3001, "created": "Thu Nov 03 2022 16:01:52 GMT+0000", "createdAt": 1667491312170, "doc_type": "client_asset", "findings": { "13627860": { "client_id": 3001, "createdAt": 1667491314757, "id": 13627860, "ports": {}, "severity": "Low", "status": "Open", "updatedAt": 1667491314757, "title": "Content type incorrectly stated - testing", "instances": { "500338": { "report_id": 500338, "report_severity": "Low", "report_status": "Open", "report_flaw_title": "Content type incorrectly stated - testing", "createdAt": 1667491314757, "updatedAt": 1667491314757 } } } }, "id": "25d351a2-b35a-4ff5-8b1b-cff0b40ee4d6", "knownIps": [], "parent_asset": null, "ports": {}, "updatedAt": 1667491314757 }, { "asset": "test asset", "assetCriticality": "Low", "child_assets": {}, "client_id": 1618, "created": "2022-05-12T13:17:35.859Z", "createdAt": 1652361455859, "doc_type": "client_asset", "findings": {}, "id": "38e91c76-9936-43fa-8afd-a9e40daf5a92", "knownIps": [], "parent_asset": null, "ports": {}, "updatedAt": 1652361455859 } ], "meta": { "pagination": { "limit": 5, "offset": 0, "total": 51 }, "sort": [ { "by": "asset", "order": "DESC" } ], "filters": [ { "by": "searchTerm", "value": "asset" } ] }}