https://docs.strapi.io/dev-docs/api/rest#get-entries
import { getEntries } from "strapi-rest"await getEntries<PostEntry>({ apiUrl: "http://localhost:1337/api/", collection: "posts", parameters: { pagination: { limit: -1 } }}) Copy
import { getEntries } from "strapi-rest"await getEntries<PostEntry>({ apiUrl: "http://localhost:1337/api/", collection: "posts", parameters: { pagination: { limit: -1 } }})
Generated using TypeDoc
Link
https://docs.strapi.io/dev-docs/api/rest#get-entries
Example