WebService() returning multiple results

Copper Contributor

I am trying to get data returned from an API using the WebService() function.

 

My function call is ...

https://api.worldoftanks.com/wot/account/list/?application_id=f3dbd33752d0d46c759e61295d353d65&searc...

 

The result is ...

{"status":"ok","meta":{"count":2},"data":[{"nickname":"CruiseMissile","account_id":1017004953},{"nickname":"CruiseMissiles","account_id":1009852504}]}

 

I am only looking for the data to be returned where there is an exact value match and not a like match. What do I need to do to format my call to return only one result?

 

Thank you

0 Replies