]> git.mxchange.org Git - friendica.git/blobdiff - doc/API-Friendica.md
Merge pull request #8964 from annando/contact-tabs
[friendica.git] / doc / API-Friendica.md
index 013dd08f59584ebb349e758d961d99e78e97b978..62a71dc6b1570009780e90464ff280122554e7e0 100644 (file)
@@ -15,6 +15,15 @@ These endpoints uses the [Friendica API entities](help/API-Entities).
 
 ## Endpoints
 
+### GET api/friendica/events
+
+Returns a list of [Event](help/API-Entities#Event) entities for the current logged in user.
+
+#### Parameters
+
+- `since_id`: (optional) minimum event id for pagination
+- `count`: maximum number of items returned, default 20
+
 ### GET api/externalprofile/show
 
 Returns a [Contact](help/API-Entities#Contact) entity for the provided profile URL.