SODA API: Views Service

The ViewsService allows you to retrieve and manipulate metadata about datasets and views, as well as to query for datasets and views that match given search criteria. It also allows you to create, read, update, and delete rows of data from datasets and views.

Clients are granted permissions to read, add to, modify, and delete rows from views based on the permissions the user that they have authenticated as. For example, any user can read from a public dataset, but only the owner or a sharee of a private dataset can view or modify data. For more details on how to authenticate, see the documentation on the AuthenticationService.

/api/views

/api/views/(view ID)

/api/views/(view ID)/columns

/api/views/(view ID)/columns/(column ID)

/api/views/(view ID)/columns/(column ID)/sub_columns

/api/views/(view ID)/files/(file ID)

/api/views/(view ID)/rows

/api/views/(view ID)/rows/(row ID)

/api/views/(view ID)/tags

/api/views/(view ID)/user_tags