read
Developing
GET
http://localhost:1337/api/staffs
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost:1337/api/staffs'
Response Response Example
[{"id":1,"documentId":"hwiuv0w4g5wwcx0b3i5fda6n","createdAt":"2025-04-28T11:50:02.252Z","updatedAt":"2025-04-28T11:50:02.252Z","publishedAt":"2025-04-28T11:50:02.223Z","locale":null,"firstName":"vandana","lastName":"reddy","gender":"male","dob":"2025-04-11","phone":"07418529631","email":"vandana@gmail.com","isSamePermanentAddress":null}]
Request
None