-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to get attendance data? #28
Comments
Remember that you have to connect before trying any function something like this:
|
@andrekurniawan123 Were you able to test this? |
@andrekurniawan123 Did you have a chance to check it out? |
It is working on my side, but funny thing the id is only 4 digits? |
Great to hear that. Yeah in our products it is
…On Fri, Sep 21, 2018, 02:40 Bee Ing ***@***.***> wrote:
It is working on my side, but funny thing the id is only 4 digits?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#28 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFe3SmO_zPwH_UJJ9ye9-ahIVZ2fJdCJks5udInugaJpZM4T-5p->
.
|
how limit the data fetch ? |
THere is no way to limit data !! Check my repo , I've already fixed many bugs : |
hello, i'm newbie here.. i want to ask how to get attendance data using getAttendance()? i already tried but getting error
ZK.getAttendance(function(err, t) { ZK.disconnect(); if (err) throw err; console.log(t.toString()); });
thanks before :)
The text was updated successfully, but these errors were encountered: