I’m currently doing a GET request to `https://api.hubapi.com/forms/v2/forms` to get all the forms from a user. Since some of these users are creating forms with the new form builder which we don’t support in our application, I want to filter them.
I can’t find any identifier in the api response.
Is there some way to distinguish between forms created with the beta form editor and the legacy one?
Hi @MasonQualified ,
There’s no specific filter to distinguish between beta forms and legacy ones but you can see which form editor it was created in based on whats under the form name. I would recommend using names with specific tags like “Beta” or “Legacy” to keep track, which you can then filter by form name.
If this helps, feel free to mark it as the solution ![]()
and give it an upvote ![]()
!
this would require educating users to name using a standard nomenclature and depending on that human effort to be consistent. Since these forms are still in beta getting a form editor version on the response would be super ![]()