Attention: since version 4.1.0 the custom API has been removed completely. This extension only adds the following additional endpoints / functions:
- New endpoint POST /api/forums/posts/{id}/react to react to a post
- New endpoint DELETE /api/forums/posts/{id}/react to remove a reaction from a post
- All returned Post objects (i.e /api/forums/posts) provide new fields reactionCount and reactions - so you can see who reacted to a post
- New endpoint /api/itzrest/forums to get a list of forums in a better way (with children)
- New endpoint /api/itzrest/forums/{id} to display a single forum
- New endpoints for profile statuses (only for current authenticated member)
- New endpoints to get staff
- New endpoints to get available reactions (you can use the ID number of a reaction to react to a post)
- New endpoint to react to status updates
- New endpoint to remove a reaction from a status update
What's New in Version 4.1.3 See changelog
Released
-
Extend API endpoint for getting status updates with reaction data:
- reactionCount gives the amount of reactions for a status
- reactions give detailled information about given reactions.