read
Developing
GET
http://localhost:1337/api/staff/reports
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost:1337/api/staff/reports'
Response Response Example
[{"id":2,"documentId":"jg9av46b3csn7x2vbwm1bzdr","createdAt":"2025-04-30T04:52:01.706Z","updatedAt":"2025-04-30T04:52:24.305Z","publishedAt":"2025-04-30T04:52:24.291Z","locale":null,"reportType":"staff-list","startDate":"2025-04-04","endDate":"2025-04-04","generatedAt":"2025-04-08T18:30:00.000Z","remarks":null,"reportData":null},{"id":3,"documentId":"f6qsga77jqad1yxgpbpbkwjj","createdAt":"2025-04-30T05:01:19.668Z","updatedAt":"2025-04-30T05:01:19.668Z","publishedAt":"2025-04-30T05:01:19.660Z","locale":null,"reportType":null,"startDate":null,"endDate":null,"generatedAt":null,"remarks":null,"reportData":null}]
Request
None