Backhub
Jewelo Api
Jewelo Api
Mail ile İletişime Geç
Github
  1. Bank
  • Backhub Api
  • 🧮 Muhasip
    • Accounting
      • Muhasip Api
      • Contacts
        • Index
        • Details
        • Create
        • Update
        • Delete
        • Archive
        • unArchive
      • Accounts
        • Index
        • Create
        • Edit
        • Delete
        • Archive
        • unArchive
        • Extract
      • Stocks
    • Settings
      • Definitions
        • Index
        • Create
        • Edit
        • Delete
      • Branches
        • Sections
          • Index
          • Detail
          • Create
          • Update
          • Delete
        • Index
        • Details
        • Create
        • Update
        • Delete
    • Info
      GET
  • 🗂️ Apps
    • Bank
      • Index
        GET
      • Check
        GET
      • Transactions
        GET
      • setStatus
        PATCH
    • Payment
      • Commission
      • Create
      • Status
      • Update
      • Delete
  • 💎 Jewelo
    • Token
      POST
  1. Bank

Transactions

GET
https://api.muhasip.dev/apps/bank/transactions
Last modified:2024-10-19 11:52:58
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://api.muhasip.dev/apps/bank/transactions?startDate=2024-10-01&endDate=2024-10-11&incoming=true&status=0&pageSize=50&page=2&isCheck=false&query=&amount[gte]=&amount[lte]=' \
--header 'Authorization: Basic Og=='
Response Response Example
{
  "result": "string",
  "paginate": {
    "total": 0,
    "size": 0,
    "page": 0,
    "totalPage": 0
  }
}

Request

Authorization
Send your HTTP requests with an
Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:
Authorization: Basic *****************
Query Params
startDate
string 
optional
Example:
2024-10-01
endDate
string 
optional
Example:
2024-10-11
incoming
boolean 
optional
Gelen veya giden işlem, boş bırakılabilir
Example:
true
status
enum<string> 
optional
Allowed values:
012
Example:
0
pageSize
number 
optional
Example:
50
page
number 
optional
Example:
2
isCheck
boolean 
optional
Api kontrol için kullanabilirsiniz.
Example:
false
query
string 
optional
Açıklama, ad soyad veya vkn/tc içerisinde arama yapar
amount[gte]
number 
optional
Tutar eşit veya büyük
amount[lte]
number 
optional
Tutar eşit veya küçük

Responses

🟢200Success
application/json
Body
result
string  | integer  | boolean  | array  | object  | number  | null 
required
paginate
object (paginate) 
required
total
number 
optional
TOPLAM KAYIT SAYISI
size
number 
optional
SAYFALANAN KAYIT SAYISI
page
number 
optional
MEVCUT SAYFA
totalPage
number 
optional
TOPLAM SAYFA total/size
Previous
Check
Next
setStatus
Built with