Usage of users/{id}/tags
Discussion
Returns the tags the users identified in id have been active in.
This route corresponds roughly to user's stats tab, but does
not include tag scores. A subset of tag scores are available (on a single user basis) in /users/{id}/top-answer-tags and
/users/{id}/top-question-tags.
Parameters
- id – A single primary key identifier or a vectorized, semicolon-delimited list of identifiers.
- This is a vectorized parameter, multiple ids can be sent a single request if delimited with a semi-colon
- string
- filter – Required text in returned tags
- string
- fromdate – Unix timestamp of the minimum creation date on a returned item.
- unix epoch date, range [0, 253,402,300,799]
- max – Maximum of the range to include in the response according to the current sort.
- string
- min – Minimum of the range to include in the response according to the current sort.
- string
- order – How a collection should be ordered
- one of desc (default), or asc
- page – The pagination offset for the current collection. Affected by the specified pagesize.
- 32-bit signed integer
- pagesize – The number of collection results to display during pagination. Should be between 0 and 100 inclusive.
- 32-bit signed integer
- sort – How a collection should be sorted
- one of popular (default), activity, or name
- todate – Unix timestamp of the maximum creation date on a returned item.
- unix epoch date, range [0, 253,402,300,799]