Team
Retrieve the list of transactions from a team
POST
/
api
/v1
/team
/transaction
/list
Authorization
Authorization
Required<token>
Please enter a valid access token
In: header
Request Body
application/json
OptionalThe transactions filter and sort settings
columnSort
string | null
orderSort
string | null
from
string
Format:
"date-time"
to
string
Format:
"date-time"
limit
integer
Format:
"int32"
offset
integer
Format:
"int32"
teamId
Requiredstring
Minimum length:
1
user
string | null
type
string | null
status
string | null
OK