List all incomes

GET {{baseUrl}}/api/incomes/?page=1&link=uuid

Documentation πŸ“–

See detailed documentation for the List all incomes call in our API Reference .

Request Params

| Key | Datatype | Required | Description | | page | number | | A page number within the paginated result set. | | link | string | | The link.id you want to filter by. We highly recommend adding the link.id filter in order to improve your performance. |

HEADERS

| Key | Datatype | Required | Description |

RESPONSES

status: OK

{"count":"\u003cinteger\u003e","next":"\u003cstring\u003e","previous":"\u003cstring\u003e","results":[{"id":"\u003cuuid\u003e","collected_at":"\u003cdateTime\u003e","account":{"id":"\u003cuuid\u003e","name":"\u003cstring\u003e","currency":"\u003cstring\u003e","category":"aliquip Lorem cupidatat dolore"},"currency":"\u003cstring\u003e","sources":[{"transactions":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}],"confidence":"\u003cstring\u003e","type":"\u003cstring\u003e"},{"transactions":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}],"confidence":"\u003cstring\u003e","type":"\u003cstring\u003e"}]},{"id":"\u003cuuid\u003e","collected_at":"\u003cdateTime\u003e","account":{"id":"\u003cuuid\u003e","name":"\u003cstring\u003e","currency":"\u003cstring\u003e","category":"nisi est"},"currency":"\u003cstring\u003e","sources":[{"transactions":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}],"confidence":"\u003cstring\u003e","type":"\u003cstring\u003e"},{"transactions":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}],"confidence":"\u003cstring\u003e","type":"\u003cstring\u003e"}]}]}