Codelayer API Documentation

  • Introduction

    • General
    • Version History
  • API Reference

    • System

      • License request
      • Register Device
      • Authentication
      • Settings
    • HR Details

      • Employee Attendance
      • Employee Leave Summary
      • Employee List
      • Employee Payrevision
      • Employee Payroll
      • Employee Relieving
      • Employee TDS Calculated
      • Employee TDS Deducted
      • Employee Transfer
      • Employees Edited
    • Estate

      • Labor

        • Details
        • Register Face
      • Sync

        • Download Face File
        • Get Labor
        • Get Tasks
        • Post Muster
      • Authentication
      • Firm List
    • FrontOffice Poabs

      • Gatepass Save
    • Response Codes
Codelayer API Documentation
Settings

Returns the settings for the device.

URL

system/settings

Method

POST

Request Media type

application/json

Response Media type

application/json

Request Parameters
Parameter Data Type Min Max M/O Sample Value Comments
key String 32 32 M yZiXkdBeUdtbyzfwSwMSksSlclAhilQn Key obtained from authentiaction.
imei String 14 16 M 352099001761481 IMEI of the device.

 

Response Values
Name Data Type Min Length Max Length M/O Sample Value Comments
face_threshold Integer M 3 Face detection threshold.

 

Sample Request
{
    "key": "QH7LlQ3wQMK9oYEKjeG5QOIVJQT4emeq",
    "imei": "352099001761481"
}
Sample Success Response
{
    "face_threshold": "3",
    "e": 200,
    "msg": "Success"
}