v1

latestOpenAPI 3.1.02026-07-241642423.7 KB

List employee tax statements

get/employee_tax_statements

Query parameters

employeestring

ID of the employee to get tax statements for

companystring

ID of the company to get tax statements for

yearnumber

Year to get tax statements for

Response

200

idstring
employeestring
companystring
yearinteger
{"stackTrail":"paths:/employee_tax_statements:get:responses:200:content:application/json:schema:items:properties:amends","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/employee_tax_statements:get:responses:200:content:application/json:schema:items:properties:amended_by","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/employee_tax_statements:get:responses:200:content:application/json:schema:items:properties:document","oasType":"schema","type":"unknown"}
filingsstring[]
{"stackTrail":"paths:/employee_tax_statements:get:responses:200:content:application/json:schema:items:properties:filed_at","oasType":"schema","type":"unknown"}

Example response

[
  {
    "id": "ets_789",
    "employee": "emp_123",
    "company": "com_123",
    "year": 2025,
    "filings": [
      "com_fil_999"
    ]
  }
]