200 Successful Response
Schema: SuggestAccountCleanupResponse
-
suggestionsarray · AccountCleanupSuggestionItem AccountCleanupSuggestionItem -
6 fields
-
typestring required -
Kind of suggestion: merge, cleanup, reclassify, or unused.
One of:
merge,cleanup,reclassify,unused -
titlestring required -
Short headline (<=80 chars).
-
descriptionstring required -
Explanation of the suggestion (<=240 chars).
-
affected_accountsarray · string -
Display names of the accounts affected.
-
affected_ledger_idsarray · string -
Resolved ledger UUIDs for the affected accounts. Use these when taking action (e.g. calling /ledgers/merge).
-
suggested_target_ledger_idstring -
For 'merge' suggestions, the recommended target ledger UUID to merge the others into. Null for non-merge suggestions.
-
-
cachedboolean -
True if the response was served from short-TTL cache.