- Compatible XF Versions
- 2.3
Adds additional endpoints and forum data to your website's REST API.
A small collection of REST API enhancements.
New Scopes:
New Endpoints:
New Parameters:
A small collection of REST API enhancements.
New Scopes:
- apikit_user_group:read - Makes the new user-groups endpoint accessible
- apikit_thread_prefix:read - Makes the new thread-prefixes endpoint accessible
New Endpoints:
user-groups
- List of XF Usergroups:
PHP:You must log in to view (10 lines)
thread-prefixes
- List of Thread Prefixes:
PHP:You must log in to view (16 lines)
New Parameters:
/threads/
(bool)most_replies
- List threads (sitewide) that have been replied to within the last 30 days, sorted by reply count.
(bool)most_viewed
- List most viewed threads (sitewide).
Return: List of Thread[] Object(s).
/users/
- Can now return list of users by usergroup and/or secondary usergroup(s).
(int)user_group_id
- Enter ID of usergroup to search users by.
(array)secondary_group_ids
- Enter ID(s) of secondary usergroup(s) to search by.
Return: List of User[] Objects.