GET /hr_api/v1/employees

Returns a list of Employees

Params

Property Required Details Location

page

Index returns 100 records per request. Defaults to 1.

Must be a Integer

URL

Examples

GET /hr_api/v1/employees
200
{
  "employees": [
    {
      "uuid": "737c1dd0-4134-4743-849d-8e38d0e11644",
      "employee_id_string": "123456"
    },
    {
      "uuid": "7b517859-c1c9-48cb-a508-325fa8a1b6b5",
      "employee_id_string": "234234"
    },
    {
      "uuid": "9d3f1d9a-ed0c-4cf0-80a4-d6b703b58231",
      "employee_id_string": "56232342"
    },
    {
      "uuid": "8a161061-ba23-4f1c-99ba-78b1578465ce",
      "employee_id_string": "345234523"
    },
    {
      "uuid": "625a97d6-efda-4aba-93a2-25d35ea7ce7b",
      "employee_id_string": "benpearson_demo"
    },
    {
      "uuid": "9436eb98-7998-40b8-9ddd-481129a05ebf",
      "employee_id_string": "Jonny NoDetails"
    },
    {
      "uuid": "d6084128-82be-4814-98f5-9107faaa3636",
      "employee_id_string": "id string"
    },
    {
      "uuid": "d3ec6d11-2f78-4490-ad7d-0b7911814504",
      "employee_id_string": "id string2"
    },
    {
      "uuid": "22620604-eaae-4564-b11d-230671930dbe",
      "employee_id_string": "updated example employee id string"
    },
    {
      "uuid": "3809606b-0944-457d-8a06-f71a7a0e79da",
      "employee_id_string": "a"
    },
    {
      "uuid": "2cd9b201-9f7c-4f3e-8de8-94d9d7ac2804",
      "employee_id_string": "123"
    }
  ]
}