Skip to main content
POST

Authorizations

x-api-key
string
header
required

Your Trusys API key. Create and manage keys in the Trusys UI under Settings → API Keys.

Include the key on every request:

Path Parameters

applicationId
string<uuid>
required

Unique identifier (UUID) of the application. Returned by POST /applications.

Body

application/json

Widget types and time range (types, start, end).

types
string[]
required

Board widget type slugs from GET /widgets data[].id. Results are returned in the same order.

Minimum array length: 1
Minimum string length: 1
Example:
start
string<date-time>
required

Start of the time range, inclusive (ISO 8601 UTC).

Example:

"2026-01-01T00:00:00.000Z"

end
string<date-time>
required

End of the time range, inclusive (ISO 8601 UTC). Must be on or after start.

Example:

"2026-01-31T23:59:59.000Z"

Response

Widget chart data. Each data[] item corresponds to one requested widget id in the same order as types.

success
boolean
required
data
object[]
required