Groups
Get information about a specific group.
Table Specific Information
Select
The 本製品 will use the Confluence API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the 本製品.
- Name supports the '=,IN' comparisons.
- Id supports the '=' comparisons.
For example, the following queries are processed server side:
SELECT * FROM Groups WHERE Name = 'test' SELECT * FROM Groups WHERE Name IN ('test1', 'test2') SELECT * FROM Groups WHERE Id = 'ef75d879-6b69-4260-942a-ff5231e08be0'
Columns
Name | Type | References | SupportedOperators | Description |
Id [KEY] | String | = | Id of the group. | |
Name [KEY] | String | Name of the group. | ||
Type | String | Type of the group. |