Anviz Integration java

I am try to connect our ERP Product to ANVIZ W2 using web interface. To provide a complet solutions to our customers.

I have understand that we can do it using ajax call or rest api technology.
If I call http://10.30.150.11/goform/chklogin?userid=admin&password=12345 the divice answer with {code:“success”,msg:“”,session_key:“1165400226”,power:“1”}
Now I can call to http://10.30.150.11/goform/searchrecord?session_key=1165400226&power=1&user=&limit=10000&from=2022-01-01&to=2022-11-05 and I get receive a json string with Id, name, time and status.

Are there any documentations about the anviz web server to improve my comunications and get more information about the divice?

JL

1 Like

Hi @Jose_Luis

We have device SDK and Cloud API to help you to integrate with our hardware. For Web APP integrate we suggest use Cloud API to integrate with our device.

1 Like

thanks Felix,
Our customer doesn’t want send data informataions out of their office.
Are there any list of transacction on web server on Anviz device?
I have seen that Anviz are using GoAhead WebServer.
It’s very important for us that we could use these web interface transacctions

Hi Jose:
Sorry there is another way to communication with our device. Use the device SDK to communicaiton and mangement the terminal. The SDK is base on the C# Language.

You can submit the SDK request from:

Thanks.

Hi sir Felix. Please can you help us with our issue on record and employees data not showing any data on the database? We already connect the device to our cloud server using that SDK PHP interface kit GitHub - AnvizJacobs/AnvizCloudKit: Anviz device cloud PHP interface kit. But it seems that we don’t know how to save data on the device after scanning the fingerprint from the device and also how we can insert on the database like an employee and enroll a finger sign.

Thank you so much for you help sir.