Biostar 2 New Local API has been updated to BioStar v2.8.4.


  1.  Updated API descriptions and phrases
  2.  Disabled filters for users who have not accessed the system for a long time when outputting a new API list.
  3.  Support adding blacklist card
  4.  Added an API to release the locked status of the device
  5.  Improved the problem when specifying a user ID upon creating a user group by using  POST /api/user_groups.


For more details, please refer to the followings.


- Major Improvements of BioStar 2 New Local API 

1. Updated API descriptions and phrases.

  • Updated POST /api/users description: fingerprint template indicates base64 format.

  • Added descriptions for required parameters in relation to the elevator.

- Click 'Model'> You can see the descriptions for the API.

- If you see * mark, you need to enter that parameter when executing the API. That mark indicates the mandatory parameter in the API.

2. Disabled filters for users who have not accessed the system for a long time when outputting a new API list.

3. Support adding blacklist card

  • POST /api/cards/blacklist

4. Added an API to release the locked status of the device

  • POST /api/devices/unlock

5. Improved the problem of an error occurring when specifying an ID upon creating a user group by using POST /api/user_groups.



- Bugfix of New Local API

  1. When adding a user profile image with a big size file to PUT /api/users, some of the image was cut off on the side of the screen.