frequently asked questions

All your questions in one place.

Employees

This method allows to return a limited set of details about Employees

BODY - RAW

{
      "Method": "Employees",
      "Parameters": [
      ]
}

EXAMPLE

*/ Return the list of the employees

{
  "Method": "Employees",
  "Parameters": [
            ]
}

CLASS RETURNED

PropertyDescription
IdId of the employee
CodeEmployee code
LastNameLast Name of the Employee
FirstNameFirst Name of the employee
GroupEmployee group
HireDateDate of the first hiring of the Employee
ActivityRateThe Activity Rate is the Activity rate of the Employee at the moment the API method is called.

Did you find this article useful?

1 out of 3 found this helpful