Filter contact list based on Tags

Hello Guys,

I just want to know in the API how we can filter the contact list based on Tags using .net, opposed to using php.
all of the examples i can find seems to be in php.

if anyone can help it would be much appreciated.

Thanks

1 Like

Hey @tekssarl,

I am not super familiar with .NET, but I would recommend using POSTman or curl to make test requests first in order to understand the API endpoints, and then recreating them with whatever http client or library you prefer in .NET (I assume there is something bundled, perhaps it is this - https://msdn.microsoft.com/en-us/library/system.net.http.httpclient(v=vs.118).aspx)

1 Like