Skip to main content

Data Dictionary for MobilizeAmerica SQL Mirror

The comprehensive Data Dictionary for the MobilizeAmerica SQL database mirror.

Updated over a year 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?