Users

A collection of users

get

Fetch list of all users

get

Fetch a single users by id

Categories

Categories of incomes and outcomes used throughout the system

get

Fetch list of all income categories

get

Fetch a single income category by id

get

Fetch list of all outcome categories

get

Fetch a single income category by id

Incomes

A collection of incomes (money earned)

get

Fetch list of all incomes (might be very long)

post

Create an income

get

Fetch a single income by id

put

Update a single income by id

delete

Delete a single income by id

Outcomes

A collection of outcomes (money spent)

get

Fetch list of all outcomes (might be very long)

post

Create an outcome

get

Fetch a single outcome by id

put

Update a single outcome by id

delete

Delete a single outcome by id