Retrieve a list of reports for a specific client. The information retrieved is limited and intended to provide an overview of the number of reports for a client.

External Documentation

To learn more, visit the PlexTrac documentation.

Parameters

ParameterDescription
Client IDThe ID of the client to retrieve its reports for.

Example Output

[
	{
		"id": "report_500806_client_1045",
		"doc_id": [
			1045
		],
		"data": [
			500806,
			"Report Title",
			null,
			"Draft",
			12,
			[
				"test.operator@email.com"
			],
			[
				"test.reviewer@email.com"
			],
			1695227735155,
			"2020-08-11T08:00:00.000000Z",
			"2020-08-20T08:00:00.000000Z",
			[
				"report_tag"
			],
			"default",
			"default"
		]
	},
	{
		"id": "report_500770_client_1045",
		"doc_id": [
			1045
		],
		"data": [
			500770,
			"Another Report",
			null,
			"Published",
			1,
			[],
			[],
			1695227735155,
			"2020-08-11T08:00:00.000000Z",
			"2020-08-20T08:00:00.000000Z",
			[],
			"default",
			"default"
		]
	}
]

Workflow Library Example

List Client Reports with Plextrac and Send Results Via Email

Preview this Workflow on desktop