All URIs are relative to https://www.buxfer.com/api/
| Method | HTTP request | Description |
|---|---|---|
| accounts_get | GET /accounts | Get Accounts information |
| budgets_get | GET /budgets | Get Budgets information |
| contacts_get | GET /contacts | Get Contacts information |
| groups_get | GET /groups | Get Groups information |
| loans_get | GET /loans | Get Loans information |
| reminders_get | GET /reminders | Get Reminders information |
| tags_get | GET /tags | Get Tags information |
| transactions_get | GET /transactions | Get Transactions information |
Accounts accounts_get(token=token)
Get Accounts information
Get Accounts information
from __future__ import print_function
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.GetDataApi()
token = 'token_example' # str | token for getting data (optional)
try:
# Get Accounts information
api_response = api_instance.accounts_get(token=token)
pprint(api_response)
except ApiException as e:
print("Exception when calling GetDataApi->accounts_get: %s\n" % e)| Name | Type | Description | Notes |
|---|---|---|---|
| token | str | token for getting data | [optional] |
No authorization required
- Content-Type: Not defined
- Accept: application/json, application/xml
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Budgets budgets_get(token=token)
Get Budgets information
Get Budgets information
from __future__ import print_function
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.GetDataApi()
token = 'token_example' # str | token for getting data (optional)
try:
# Get Budgets information
api_response = api_instance.budgets_get(token=token)
pprint(api_response)
except ApiException as e:
print("Exception when calling GetDataApi->budgets_get: %s\n" % e)| Name | Type | Description | Notes |
|---|---|---|---|
| token | str | token for getting data | [optional] |
No authorization required
- Content-Type: Not defined
- Accept: application/json, application/xml
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Contacts contacts_get(token=token)
Get Contacts information
Get Contacts information
from __future__ import print_function
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.GetDataApi()
token = 'token_example' # str | token for getting data (optional)
try:
# Get Contacts information
api_response = api_instance.contacts_get(token=token)
pprint(api_response)
except ApiException as e:
print("Exception when calling GetDataApi->contacts_get: %s\n" % e)| Name | Type | Description | Notes |
|---|---|---|---|
| token | str | token for getting data | [optional] |
No authorization required
- Content-Type: Not defined
- Accept: application/json, application/xml
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Groups groups_get(token=token)
Get Groups information
Get Groups information
from __future__ import print_function
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.GetDataApi()
token = 'token_example' # str | token for getting data (optional)
try:
# Get Groups information
api_response = api_instance.groups_get(token=token)
pprint(api_response)
except ApiException as e:
print("Exception when calling GetDataApi->groups_get: %s\n" % e)| Name | Type | Description | Notes |
|---|---|---|---|
| token | str | token for getting data | [optional] |
No authorization required
- Content-Type: Not defined
- Accept: application/json, application/xml
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Loans loans_get(token=token)
Get Loans information
Get Loans information
from __future__ import print_function
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.GetDataApi()
token = 'token_example' # str | token for getting data (optional)
try:
# Get Loans information
api_response = api_instance.loans_get(token=token)
pprint(api_response)
except ApiException as e:
print("Exception when calling GetDataApi->loans_get: %s\n" % e)| Name | Type | Description | Notes |
|---|---|---|---|
| token | str | token for getting data | [optional] |
No authorization required
- Content-Type: Not defined
- Accept: application/json, application/xml
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Reminders reminders_get(token=token)
Get Reminders information
Get Reminders information
from __future__ import print_function
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.GetDataApi()
token = 'token_example' # str | token for getting data (optional)
try:
# Get Reminders information
api_response = api_instance.reminders_get(token=token)
pprint(api_response)
except ApiException as e:
print("Exception when calling GetDataApi->reminders_get: %s\n" % e)| Name | Type | Description | Notes |
|---|---|---|---|
| token | str | token for getting data | [optional] |
No authorization required
- Content-Type: Not defined
- Accept: application/json, application/xml
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Tags tags_get(token=token)
Get Tags information
Get Tags information
from __future__ import print_function
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.GetDataApi()
token = 'token_example' # str | token for getting data (optional)
try:
# Get Tags information
api_response = api_instance.tags_get(token=token)
pprint(api_response)
except ApiException as e:
print("Exception when calling GetDataApi->tags_get: %s\n" % e)| Name | Type | Description | Notes |
|---|---|---|---|
| token | str | token for getting data | [optional] |
No authorization required
- Content-Type: Not defined
- Accept: application/json, application/xml
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Transactions transactions_get(token=token)
Get Transactions information
Get Transactions information
from __future__ import print_function
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.GetDataApi()
token = 'token_example' # str | token for getting data (optional)
try:
# Get Transactions information
api_response = api_instance.transactions_get(token=token)
pprint(api_response)
except ApiException as e:
print("Exception when calling GetDataApi->transactions_get: %s\n" % e)| Name | Type | Description | Notes |
|---|---|---|---|
| token | str | token for getting data | [optional] |
No authorization required
- Content-Type: Not defined
- Accept: application/json, application/xml
[Back to top] [Back to API list] [Back to Model list] [Back to README]