read
Developing
GET
http://localhost:1337/api/staff/salaries
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost:1337/api/staff/salaries'
Response Response Example
[{"id":1,"documentId":"eaq363i8qdzmo9khzvdzyzri","createdAt":"2025-04-28T11:50:57.441Z","updatedAt":"2025-04-28T11:51:22.517Z","publishedAt":"2025-04-28T11:51:22.502Z","locale":null,"basicPay":1000,"hra":10000,"otherAllowances":777,"grossSalary":50000,"epf":1800,"pt":500,"deductions":200,"netSalary":85000,"bankAccountNumber":"7894561230111","bankIFSC":"ISISA234","bankName":"State Bank of India","salaryMonth":"2025-04-01","remarks":null}]
Request
None