Garoon Get Bulletin Categories
garoon-get-bulletin-categoriesRetrieve bulletin board categories from Garoon, including subcategories and special folders like drafts or pending approvals, by specifying parent ID and pagination controls.
Instructions
Get bulletin board categories from Garoon. Use parentId to browse sub-categories. Special values: 1=root (default), -1=pending approval, -2=drafts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of categories to return (1-1000, default: 100) | |
| offset | No | Number of categories to skip from the beginning (default: 0) | |
| parentId | No | Parent category ID. Special values: 1=root (default), -1=pending approval, -2=drafts |
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 |