brf/.bruno/API/api-transactions.bru
2025-12-18 10:20:02 +01:00

22 lines
242 B
Plaintext

meta {
name: /api/transactions
type: http
seq: 19
}
get {
url: {{base_url}}/api/transactions?year=2020
body: none
auth: inherit
}
params:query {
year: 2020
~accountNumber: 4800
}
settings {
encodeUrl: true
timeout: 0
}