Activities by HubSpot User via API

This is a report we currently have on one of our dashboards and this is exactly what I want to replicate on a custom report leveraging one of HubSpot’s APIs.

[

Untitled.png995×494 8.63 KB

](https://community.hubspot.com/legacyfs/online/uploads/default/original/2X/5/550b2be28e8eacf81a877a4665d63f68c94cf421.png)

Here’s the API request for the above chart

https://api.hubspot.com/contacts/search/v1/report/engagements?portalId=####&clienttimeout=10000

I know that specific API is not accessible for me to use but what other direction can I go with this? I know software like Databox has the capabilities to output this type of report.

Welcome, @RyanLambacher.

You could retrieve this data by parsing all engagements returned by the Get all engagements endpoint by engagement type and ownerId (and cross-reference ownerId with the values from this endpoint).

I’m not sure exactly how Databox approaches it, but most business intelligence tools pull the underlying data in a similar fashion.