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