All Collections
For Development and Data Teams
SQL Mirror
Data Dictionary for MobilizeAmerica SQL Mirror
Data Dictionary for MobilizeAmerica SQL Mirror
The comprehensive Data Dictionary for the MobilizeAmerica SQL database mirror.
Som P avatar
Written by Som P
Updated over a week ago

MobilizeAmerica 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?