Tags Schema
Returned by Tags.
Top-level Fields
Field | Type | Description | |
---|---|---|---|
id | integer | Tag ID | 101 |
name | string | Tag name | Finance |
autoTagged | boolean | True if system-applied | false |
createdAt | string | Created timestamp | 2025-09-01T12:00:00Z |
Example JSON
{
"id": 101,
"name": "Finance",
"autoTagged": false
}
Was this page helpful?