strapi_get_entry
Retrieve a single Strapi entry by its document ID (Strapi 5) or ID (Strapi 4) using the content type and optional query parameters for population or filtering.
Instructions
Get one Strapi entry by documentId in Strapi 5 or id in Strapi 4.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queryJson | No | Optional JSON object string using Strapi REST query syntax, for example {"populate":"*","pagination":{"pageSize":10}}. | |
| contentType | Yes | Strapi REST API ID, usually the plural API ID, for example articles or product-categories. | |
| documentIdOrId | Yes |