Get list of transactions for a given fiscal document idAsk AIget https://api.cloudbeds.com/fiscal-document/v1/fiscal-documents/{id}/transactionsRetrieves a paginated list of available transactions for fiscal document id.Path Paramsidstringrequiredlength ≥ 1Unique ID of the fiscal document to download.Query ParamspageTokenstringToken for fetching the next page, as per cursor-based pagination.includeLinkedDocumentTransactionsbooleanDefaults to falseInclude transactions from linked documents.truefalsesortstringSupported fields - createdAt, serviceDate, sourceId, transactionDate, internalCodelimitint321 to 100Defaults to 20Number of results to return per page.folioIdsarray of int64slength ≥ 1Filter by folio IDs.folioIdsADD int64nestTaxesbooleanDefaults to falseWhen true, tax transactions are nested inside their parent transaction's taxes field and removed from the top-level list.truefalseHeadersX-Property-IDint64required≥ 1Property idResponse 200OKUpdated 5 months ago