siigo_get_journals
Retrieve accounting journal entries from Siigo's accounting system to access financial transaction records, with options to paginate results for efficient data management.
Instructions
Get list of accounting journals from Siigo
Input Schema
Name | Required | Description | Default |
---|---|---|---|
page | No | Page number | |
page_size | No | Number of items per page |
Input Schema (JSON Schema)
{
"properties": {
"page": {
"description": "Page number",
"type": "number"
},
"page_size": {
"description": "Number of items per page",
"type": "number"
}
},
"type": "object"
}