List notifications

This commit is contained in:
simonwt 2026-04-13 17:43:52 +01:00
parent 921b6f5d95
commit 1b50309c09
5 changed files with 39 additions and 3 deletions

View file

@ -90,7 +90,31 @@ print(postlist)
## mute
## notifcation
### `listnotifications`
```python
API.run_job('notification.listnotifications')
```
### `markallasread`
```python
API.run_job('notification.markallasread')
```
## post
### create
```python
API.run_job('post.create', {
"postText": "This is a test post created via the API wrapper.",
"parent": {
"pk": "maintrunk#maintrunk",
"sk": "maintrunk#maintrunk"
}
})
```
### get
### listall
### listbybranch
### listbyuserprofile
### listpublic
### listremove
### update
## reaction
## trust
## userprofile