You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using the /prospect/version/4/do/read/email/ endpoint and noticed that the response returns either a single prospect, or a list of prospects for the same property "prospect".
This makes it difficult to deserialize without a try/catch which just makes code messy. The api should return a list of Prospect regardless of the count of prospects returned.
The text was updated successfully, but these errors were encountered:
using the
/prospect/version/4/do/read/email/
endpoint and noticed that the response returns either a single prospect, or a list of prospects for the same property "prospect".This makes it difficult to deserialize without a try/catch which just makes code messy. The api should return a list of Prospect regardless of the count of prospects returned.
The text was updated successfully, but these errors were encountered: