Prospectus Download Report via API

Didn’t succeed to find an endpoint to retrieve Prospectus Download Report via API.

The data seems to be an analitics API data, but did’t found there “Prospectus” as object type.

Hi, @PowerMyAnalytic.

HubSpot does not have a default object named “Prospectus.” Is that a custom report?
To help me troubleshoot, could you identify the last four digits of the Hub ID that report resides in and describe where it is located?

The last 4 digits of the Hub ID are 3331.
The report is located in Marketing > Lead Capture > Forms > Shopify download prospectus

Hi, @PowerMyAnalytic.

I don’t see your HubSpot Community profile’s email address associated with any accounts ending in those digits, however I should still be able to help here.

Since you’re referring to a specific form’s performance, you can use this Analytics API endpoint, define forms as the object type and append a filter (f) for the “Prospectus Download Report” form’s guid.
For example, if the form’s guid were 7ca1364a-500a-4581-a677-29301f402ef2, you could use:

https://api.hubapi.com/analytics/v2/reports/forms/total?hapikey=demo&start=20200429&end=20200505&f=7ca1364a-500a-4581-a677-29301f402ef2

Thank you.

This is a report request that we got from our client.

Now, from your answer, I understand that it is just report on a single specific form.

Thanks!