action codat_get_direct_income_attachment { label: "Get direct income attachment" description: "Gets the specified direct income attachment for a given company." provider: codat method: GET path: "/companies/{companyId}/connections/{connectionId}/data/directIncomes/{directIncomeId}/attachments/{attachmentId}" encoding: json input: { type: "object" properties: { timeoutInMinutes: { type: "integer" format: "int32" } } additionalProperties: false } output: { type: "object" description: "The Codat API supports pulling and pushing of file attachments for invoices, bills, direct costs, and direct incomes.\n\n> **Retrieving attachments**\n> \n> If a company is authorized, you can query the Codat API to read, download, and upload attachments without requiring a fresh sync of data.\n\nUnlike other data types, Codat doesn't support sync settings for attachments.\n\nView the coverage for accounts in the Data coverage explorer.\n" } }