How to export data to JSON in Directus
Choose exactly what fields to include and filter the records to your needs, putting you in control over your data.
How to Import data into Directus using JSON
Simply format your JSON with your required fields and you can import 1,000s of records directly from the user interface.
How to export data to CSV in Directus
Directus has a powerful export functions that puts you in control over your data. Choose exactly what fields to include and filter records to your needs.
How to Import a CSV into Directus
When setting up new tables in Directus, it is very likely that you have a purpose in mind and some existing data to include. Thankfully, we can import directly from the user interface.
Directus Can't Connect to the Database
The Directus Software attempts to make a connection to the configured database but fails. Checking the configuration, ports and the database itself will resolve the issue.
How to sort the Directus API
Sorting your data is essential for optimizing your connections. Especially when dealing with a lot of data.
How to filter the Directus API
Filtering your data is essential for optimizing your connections. Especially when dealing with a lot of data.
How to reset my Password for Directus
Follow these easy steps to reset your password using email verification much like most services that you use.
What is the Directus API URL?
The Directus API is a powerful tool that connects your database to your website or device with ease. There are 2 frameworks to choose from, REST API or GraphQL.
How to use Postman with Directus
Postman is an essential tool in any project. You can connect the Directus API and test out the various endpoints and responses.