Örnek içerik
Örnek içerik hazır
Bu metin Sample Homepage tek tipinden (single type) geliyor ve strapi.findSingle ile okunuyor.
const homepage = await strapi.findSingle("sample-homepage");
const { items, pagination } = await strapi.findPage("sample-articles", {
populate: ["cover", "category"],
filters: { title: { $containsi: search } },
sort: ["publishedAt:desc"],
pagination: { page, pageSize: 3 },
});2 kayıt bulundu · sayfa 1/1 · taslak kayıtlar herkese açık API'de görünmez
