mirror of
https://github.com/directus/directus.git
synced 2026-01-14 23:37:55 -05:00
Co-authored-by: Nitwel <mail@nitwel.de> Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch> Co-authored-by: Daniel Biegler <DanielBiegler@users.noreply.github.com>
8.5 KiB
8.5 KiB
layout
| layout |
|---|
| home |
Resource Hub
Directus Documentation
Explore our resources and powerful data engine to build your projects confidently.
Get Started
GitHub
GET /items/products/4?
fields[]=id,status,title,category,image.id,image.name
query {
articles_by_id(id: 4) {
id
status
title
category
image {
id
name
}
}
}
await directus.request(
readItem('articles', 4, {
fields: [
'id',
'status',
'title',
'category,',
{ image: ['id', 'name'] }
]
})
);
Latest From The Blog
Project tutorials, tips & tricks, and best practices from the Directus team and community.
View All Posts
Framework Guides
Combine Directus with your favorite framework to create dynamic and efficient web applications.
View All Guides
Self Hosted Directus
Learn how to run Directus on your own machine, customize settings, and deploy with confidence.
Contributing to Directus
There are many ways in which you can contribute to the health and growth of the Directus project.
Join the Community
GitHub