All Collections
Help Articles
Admins
Data (Exports, Stats)
Data Dictionary for MobilizeAmerica SQL Mirror
Data Dictionary for MobilizeAmerica SQL Mirror

The comprehensive Data Dictionary for the MobilizeAmerica SQL database mirror.

Updated over a week ago

Mobilize offers a SQL mirror for customers with advanced data and analytics requirements. You can view the Dictionary documentation on GitHub at:
โ€‹https://github.com/mobilizeamerica/api/tree/master/sql_data_dictionary


The document lists all the SQL views (tables) that customers have access to along with the field names and descriptions.
โ€‹

These views include:

  • events

  • participations

  • timeslots

Your schema name matches the username you were provided. The default path includes the schema, so you can run a query like select * from events; without including the <schema_name>. prefix.

Did this answer your question?