Get Incomes by Profile ID
GET/incomes
Returns a list of incomes within a specified profile based on the profile's ID.
Request
Responses
- 200
- 400
- 401
- 404
- 429
- 500
Returns the paginated IncomeResponseDto when the request is successful.
Indicates the request is invalid due to improper parameters.
Unauthorized access due to missing or invalid credentials.
No incomes found for the specified profile ID.
Request was rejected due to excessive requests.
An internal server error occurred.