Flags
Get information on either the flags of an attachment or the flags of a bug.
Columns
| Name | Type | Description |
| Id [KEY] | Int | The ID of the flag. |
| Name | String | The name of the flag. |
| TypeId | Int | The type ID of the flag. |
| Status | String | The current status of the flag. |
| Setter | String | The login name of the user who created or last modified the flag. |
| CreationDate | Datetime | The timestamp when this flag was originally created. |
| ModificationDate | Datetime | The timestamp when the flag was last modified. |
| BugId | Int | The ID of the flag. |
| AttachmentId | Int | The ID of the flag. |