v1

latestOpenAPI 3.1.02026-07-241642423.7 KB

Get an employee tax statement

get/employee_tax_statements/{id}

Path parameters

idstring required

ID of the requested employee tax statement

Response

200

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

Example response

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