Garoon Get Bulletin Topics
garoon-get-bulletin-topicsRetrieve bulletin board topics from a Garoon category. Returns summary with subject, updater, and update time.
Instructions
Get bulletin board topics in a specific category from Garoon. Returns topic summaries with subject, updater, and update time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of topics to return (1-1000, default: 100) | |
| offset | No | Number of topics to skip from the beginning (default: 0) | |
| categoryId | Yes | Category ID to get topics from (numeric string) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Error message. Present on error | |
| result | No | Result of the operation. Present on success | |
| status | No | HTTP status code from the Garoon API. Present only when the error is an HTTP error response | |
| responseText | No | Raw response body from the Garoon API. Present only when the error is an HTTP error response |