BulletinCategoryTopics
Query bulletin board topics within a category.
Select
The 本製品 will use the Garoon API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client side within the 本製品.
- CategoryId supports the '=' operator and is required for querying.
For example, the following query is processed server side:
SELECT * FROM BulletinCategoryTopics WHERE CategoryId = 1
Columns
| Name | Type | Description |
| Id [KEY] | String | ID of the bulletin topic. |
| CategoryId [KEY] | String | ID of the bulletin category to retrieve topics for. |
| Subject | String | Subject of the bulletin topic. |
| UpdatedAt | Datetime | Update date and time. |
| UpdaterId | String | Updater's Garoon user ID. |
| UpdaterCode | String | Updater's login name. |
| UpdaterName | String | Updater's display name. |
| ManuallySender | String | Manually entered sender name. |