Get Raw Model Data

For applications where performance is of high importance, the raw API can be used to access data for each data model directly without calculations, manipulations or user level security.

Please note however that as this API is designed for performance and returns data from the data model in its source form. As such, the response data model is subject to change without notice and backwards compatibility is not guaranteed.

WARNING: The API is only accessible using access tokens assigned to an account with superuser or service level permissions and can therefore see all data.

The app_label is the name of the app category to query. The model_name is the name of the data model under the app category. For a full list of models and fields, see /api/v1/raw_model_list.

Filters can be applied using the filter_expression parameter in addition to the query parameters defined below. For a complete description of filtering using filter expressions, see Filtering List APIs.

NOTE: The previous method for filtering Raw APIs (Raw API Filtering) is still functional but has been deprecated. Please use the filter_expression parameter instead.

Language
Credentials
:
Click Try It! to start a request and see the response here!