I have the below API request and it just returns the below response, Carousel is a component, how do I make it return all the fields of the component?
'http://localhost:1337/api/home?populate=*' \
-H 'accept: application/json' \
-H 'Authorization: Bearer xxx
{
"data": {
"id": 3,
"documentId": "nak3xsaofnrxedhv77p0tvgd",
"createdAt": "2024-09-26T19:05:22.056Z",
"updatedAt": "2024-09-26T19:38:07.696Z",
"publishedAt": "2024-09-26T19:38:07.705Z",
"locale": null,
"Test": "Hey!",
"Carousel": {
"id": 8
}
},
"meta": {}
}
This topic has been created from a Discord post (1288971838260514930) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord