List PowerOffice general ledger accounts
poweroffice_list_general_ledger_accountsList general ledger accounts from PowerOffice Go with pagination and account-range filters, pulling specific chart-of-accounts data for financial review.
Instructions
Read a paginated list from GET /GeneralLedgerAccounts. Supports account ranges such as 1000-1999,2500,3000-.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | PowerOffice Fields expression. Omit for the MCP compact default | |
| orderBy | No | PowerOffice OrderBy expression | |
| pageSize | No | ||
| accountNos | No | Account numbers or ranges in PowerOffice syntax | |
| pageNumber | No | ||
| useDatabaseValidation | No | ||
| agricultureDepartments | No | Agriculture departments, comma separated | |
| lastChangedDateTimeOffsetGreaterThan | No | Only accounts changed after this ISO timestamp |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| pagination | No |