Beeminder Tables
The provider models the data in API as a list of tables in a relational database that can be queried using standard SQL statements.
Beeminder Tables
| Name | Description |
| ArchivedGoals | Query archived Beeminder goals that have been completed, abandoned, or otherwise removed from active tracking. |
| Datapoints | Query individual data entries submitted to Beeminder goals, including timestamps, values, comments, and metadata about how each datapoint was created. |
| Goals | Query active Beeminder commitment contracts with progress tracking, pledge amounts, deadline dates, graph data, and all configuration settings for user accountability goals. |
| Users | Query Beeminder user account profiles including timezone, subscription status, default goal settings, integrations, and urgency metrics. |