Is it somehow via the Hubspot form api to get all forms in a particular format.
According to the documentation and the preview what it seem to be returning is a list of json objects.
https://legacydocs.hubspot.com/docs/methods/forms/v2/get_forms
Is it somehow possible to alter this format in someway via the api?
I would very likely have it returned as a dictionary, where the key of each entry is the guid, and value is the form itself.
The only way I see its possible is by postprocessing the received input, and then map it into a dictionary, but that seems a bit redundant if it was possible via the api?