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
- statsPeriod (optional, string) - A positive integer suffixed with a unit type. Default: 7d, Members
330
+
- s
331
+
- m
332
+
- h
333
+
- d
334
+
- w
335
+
- start (optional, string) - ISO 8601 format (`YYYY-MM-DDTHH:mm:ss.sssZ`)
336
+
- end (optional, string) - ISO 8601 format. Required if `start` is set.
337
+
- utc (optional, boolean) - Whether start/end should use the UTC timezone.
338
+
339
+
### Fetch Categories [GET]
340
+
341
+
Retrieves a list of categories, which comprise of a primary label, along with their associated labels, which are either directly interchangeable or children of the primary label (based on the feedbacks as context for what "interchangeable" means). Categories are returned in descending order with respect to the feedback count.
0 commit comments