I have entity Post and I want to fetch all posts created by Strapi users.
When I request http://localhost:1337/api/posts?populate=* I received response like this:
{
"data": [
{
"id": 2,
"documentId": "vxut8xlbqvbn44v50jq3513m",
"content": "test",
"createdAt": "2024-06-02T19:19:41.626Z",
"updatedAt": "2024-06-02T19:19:54.613Z",
"publishedAt": "2024-06-02T19:19:54.616Z",
"locale": null,
"createdBy": null,
"updatedBy": null
}
],
"meta": {
"pagination": {
"page": 1,
"pageSize": 25,
"pageCount": 1,
"total": 1
}
}
}
createdBy is null.
I set populateCreatorFields=true.
This topic has been created from a Discord post (1246914352838082712) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord