hammem / monarchmoney

Python API for Monarch Money
MIT License
148 stars 26 forks source link

Transfer categories not present in `get_transaction_categories` response #97

Closed grablair closed 6 months ago

grablair commented 6 months ago

Transfer categories are present in ManageGetCategoryGroups response, if requested:

query ManageGetCategoryGroups {
  categoryGroups {
    id
    name
    order
    type
    __typename
  }
  categories(includeDisabledSystemCategories: true) {
    id
    name
    order
    icon
    isSystemCategory
    systemCategory
    isDisabled
    group {
      id
      type
      name
      __typename
    }
    __typename
  }
}
grablair commented 6 months ago

I'm a dummy. I was filtering for a category in my account, and realized I was using my brother's credentials, who doesn't have the same category. ðŸ«