Tagged Questions
1
vote
1answer
20 views
The inname parameter does not work with multiple parameters
I am trying to get details by passing semicolon delimited list in inname paramter but it is not working.
I tried below API call:
...
1
vote
1answer
111 views
Why is sort by name reverse alphabetical?
It makes sense that reputation or date should sort descending, but name? I tested both /users and /tags and they sort reverse alphabetical, so Z before A. Is that by design or just a side effect of ...