Employees

List employee tables

GET
/api/public/v3/employee_tables

Response Body

application/json

curl -X GET "https://example.com/api/public/v3/employee_tables"
{  "data": [    {      "id": 0,      "name": "string",      "internal_name": "string",      "description": null,      "group": {        "id": 0,        "name": "string"      },      "columns": [        null      ],      "created_at": "string",      "updated_at": "string"    }  ],  "metadata": {    "pagination": {      "page": 0,      "pages": 0,      "count": 0,      "items": 0    }  }}