Whiteboards
Get information about whiteboards.
Columns
| Name | Type | References | SupportedOperators | Description |
| Id [KEY] | String | =,!=,IN,NOT IN | Id of the whiteboard. | |
| Type | String | =,!=,IN,NOT IN | Type of the whiteboard. | |
| Title | String | =,!=,IN,NOT IN,LIKE | Title of the whiteboard. | |
| Status | String | Status of the whiteboard. | ||
| SpaceKey | String |
Spaces.Key | =,!=,IN,NOT IN | The key of the space that the whiteboard belongs to. |
| SpaceType | String |
Spaces.Type | =,!=,IN,NOT IN | The type of the space that the whiteboard belongs to. |
| Position | String | Position of the whiteboard. | ||
| URL | String | URL of the whiteboard. | ||
| Excerpt | String | Excerpt of the whiteboard. | ||
| IsLatest | Boolean | Indicator if this is the latest version of the whiteboard. | ||
| CreatedByUserName | String | =,!=,IN,NOT IN | Username of the user who created the whiteboard. | |
| CreatedByUserType | String | Type of the user who created the whiteboard. | ||
| CreatedDate | Datetime | =,>,>=,<,<= | Datetime for the creation of the whiteboard. | |
| LastUpdatedDatetime | Datetime | =,>,>=,<,<= | Datetime of the last updated version of the whiteboard. | |
| LastUpdatedMessage | String | Message of the last updated version. | ||
| LastUpdatedNumber | Integer | Number of the last updated version. | ||
| LastUpdatedUserName | String | Username of the user who updated the latest version. | ||
| LastUpdatedUserType | String | Type of the user who updated the latest version. | ||
| LastUpdatedIsMinorEdit | Boolean | Indicator if this version is a minor edit. | ||
| LastUpdatedIsHidden | Boolean | Indicator if the last updated version is hidden or not. | ||
| PreviousVersionUserName | String | Username of the user who updated the previous version. | ||
| PreviousVersionUserType | String | Type of the user who updated the previous version. | ||
| PreviousVersionDatetime | Datetime | Datetime when the previous version was edited. | ||
| PreviousVersionMessage | String | Message for the previously edited version. | ||
| PreviousVersionNumber | String | Number of the previously edited version. | ||
| PreviousVersionIsMinorEdit | Boolean | Indicator if the previous version was a minor edit. | ||
| PreviousVersionIsHidden | Boolean | Indicator if the previous version was hidden or not. | ||
| LinksEditui | String | The LinksEditui of the page whiteboard. | ||
| LinksSelf | String | The LinksSelf of the whiteboard. | ||
| LinksTinyui | String | The LinksTinyui of the whiteboard. | ||
| LinksWebui | String | The LinksWebui of the whiteboard. | ||
| ItemURL | String | The URL reference of the element in UI. | ||
| ContainerId | String | The Id of the container of the whiteboard. | ||
| AnonymousExportViewBody | String | The body whiteboard in anonymous export view format. | ||
| AtlasDocFormatBody | String | The body whiteboard in atlas doc format. | ||
| BodyViewBody | String | The body whiteboard view format. | ||
| DynamicBody | String | The body whiteboard dynamic format. | ||
| ExportViewBody | String | The body whiteboard in export view format. | ||
| EditorBody | String | The body whiteboard in editor format. | ||
| Editor2Body | String | The body whiteboard in editor2 format. | ||
| StorageBody | String | The body whiteboard storage.. | ||
| StyledViewBody | String | The body whiteboard in styled view format. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description | |
| CQL | String | CQL (Confluence Query Language) allows you to build structured queries. |