dooray_post_logs
Retrieve comments and activity logs for a Dooray post using project and post IDs. Supports pagination and sorting to organize log history.
Instructions
find comments and activity logs of a Dooray post
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | page number, default is 0 | |
| size | No | number of logs per page, default is 20 | |
| order | No | log sort order | |
| postId | Yes | post id | |
| operation | Yes | The operation to perform | |
| projectId | Yes | project id |