mirror of
https://github.com/strapi/strapi.git
synced 2025-12-26 06:35:47 +00:00
Add count request
This commit is contained in:
parent
087cd34636
commit
4d67f73199
@ -214,6 +214,12 @@ GET http://localhost:1337/restaurants
|
||||
|
||||
Returns the count of entries matching the query filters. You can read more about parameters [here](./parameters.md).
|
||||
|
||||
**Example request**
|
||||
|
||||
```js
|
||||
GET http://localhost:1337/restaurants/count
|
||||
```
|
||||
|
||||
**Example response**
|
||||
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user