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
But this returns a response with all data and values fields empty. The reason is that the API expects tag names instead of tag id's; the following call gives the desired result:
I think the same issue came up when formulating get_mentions requests with tag filters; for some mysterious reason the API expects category ID's but tag names. 🤷♂️
The text was updated successfully, but these errors were encountered:
Consider a call of the form
The SDK makes a call which looks like:
But this returns a response with all data and values fields empty. The reason is that the API expects tag names instead of tag id's; the following call gives the desired result:
I think the same issue came up when formulating
get_mentions
requests with tag filters; for some mysterious reason the API expects category ID's but tag names. 🤷♂️The text was updated successfully, but these errors were encountered: