InfoboardPostSeenUsers
When a User has seen the content of a InfoboardPost, intratool will track this as a InfoboardPostSeenUser
.
Model Definition
Relations
Key | Relation | Type | Relation Field(s) |
---|---|---|---|
| Belongs to |
| |
| Belongs to |
|
List
Get a list of InfoboardPostSeenUsers
by InfoboardPost.
Definition
GET
/api/infoboard/posts/{postId}/seen-users
Example Request
Example Response
Create
Create a new InfoboardPostSeenUser
by InfoboardPost.
Definition
POST
/api/infoboard/posts/{postId}/seen-users
Request Keys
Key | Type | Default | Description |
---|---|---|---|
| integer | - | The related InfoboardPost. |
Keys with *
are required.
Keys with **
are normalized to the information given by the route.
Example Request
Example Response
Last updated