Forum Discussion
how to pull data from post api data to power bi
Hello lbendlin ,
Yes, you can check below documentation link which i have provide to you. what i need is when you click on documentation link you can see Attendance API link. with that link how can i fetch all the employee details for entire month date range. it is showing only for perticular date only.
https://documenter.getpostman.com/view/11662503/Tzm5HckE#99c4630c-ff72-4f66-a986-30f00d555cf7
Actually iam fetching single employee details with single record that to when iam providing employee id and date it's is fetching that particular record details. actually i need to fetch that particular employee details for entire monthly base and how can i loop it for all the employees details without entering it manually about employee id and date.
- lbendlin3 years agoSuper User
According to the documentation you may have to do separate API calls. For the attendance call try to omit the employee ID and the date, and see if there are any results.