Retrieves the open activities for the specified assets/drivers, or for all available assets (paginated) if none are provided.

Retrieves the open activities for the specified assets/drivers, or for all available assets (paginated) if none are provided.

📘

The rate limit for this API is Large.


Query Params
assetIds
array of uuids
length ≤ 50

Represents IDs of an asset to filter upon.
The maximum count of IDs allowed is 50.
You can provide assetIds OR driverIds OR none, but not both.
If you provide no assetIds and no driverIds,
then all assets visible to your integrator are used.
Activities are returned paginated with a max pagesize of 50 items.

assetIds
driverIds
array of uuids
length ≤ 50

Represents IDs of a driver.
The maximum count of IDs allowed is 50.
You can provide assetIds OR driverIds OR none, but not both.
If you provide no assetIds and no driverIds,
then all assets visible to your integrator are used.
Activities are returned paginated with a max pagesize of 50 items.

driverIds
integer
1 to 50
Defaults to 50

Represents optional parameter to represent a limit for fetching the activities ranging between 1 and 50. If not set, the default value 50 is used.

string

Represents optional token for fetching the next set of activities in ascending order.

Responses

401

Failure code. Unauthorized access.

403

Failure code. Forbidden access.

429

Failure code. Too many incoming requests.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json