Employees

List columns

GET
/api/public/v3/employee_tables/{employee_table_id}/columns

Path Parameters

employee_table_id*string

Response Body

application/json

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