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