How do you perform isFormSpamProtectionEnabled: string query for all forms in an instance?
Hi all-
I am trying to achieve is to find out which forms within an Eloqua instance has Spam Protection on , and off using the isFormSpamProtectionEnabled: string
The problem is however, that this information can only be displayed by running a GET query on individual forms like this - https://secure.p03.eloqua.com/api/REST/2.0/assets/form/28
If I run the GET query for ALL forms i.e. - https://secure.p03.eloqua.com/api/REST/1.0/assets/forms?depth=complete —— The IsFormSpamProtectionEnabled information does not appear.
So … I need to find a way to I guess trawl through each form ID and check this information , a kind of POSTman version of Excel V-Lookup I suppose.
Tagged:
0