v1

latestOpenAPI 3.1.02026-07-241642423.7 KB

List company tax documents

Returns a list of company tax documents.

get/documents/company_tax_documents

Query parameters

companystring

Return tax documents for this company ID

yearinteger

Return tax documents for this year (must be greater than or equal to 2019)

quarterstring

Return tax documents for this quarter (accepted values are q1, q2, q3, or q4)

limitinteger

Number of tax documents returned per page. The maximum value is 500.

Response

200

nextstring
{"stackTrail":"paths:/documents/company_tax_documents:get:responses:200:content:application/json:schema:properties:previous","oasType":"schema","type":"unknown"}

Example response

{
  "next": "https://api.checkhq.com/documents/company_tax_documents?cursor=cD0lNUIlMjIyMDI0LTA3LTI2KzE2JTNBMTAlM0EwMy44OTY5ODclMkIwMCUzQTAwJTIyJTJDKyUyMjQwNTk4MSUyMiU1RA%3D%3D",
  "results": [
    {
      "id": "doc_XL5gEd90wjwh2b3U6ICU",
      "company": "com_EkKTRETE3zl8CffWF2iW",
      "category": "company_tax_document",
      "label": "Form UCT-101",
      "description": "Form UCT-101 is the quarterly Unemployment contribution return for Wisconsin.",
      "jurisdiction": "WI",
      "year": 2024,
      "quarter": "q2",
      "filed_on": "2024-07-26"
    }
  ]
}