List TEDs
Request
ENDPOINT
/account/ACCOUNT_KEY/teds
METHOD
GETPath Params
Field | Type | Description | Characters |
---|---|---|---|
account_key * | uuidv4 | Unique identification key of the QI account. | 36 |
Query Params
Field | Type | Description | Characters |
---|---|---|---|
ted_direction | enumerator | Indicator of the transaction direction (inbound or outbound). If not sent, outgoing will be considered | Enums ted_transfer_direction |
request_control_key | uuidv4 | Unique request identification key used by the client. | 36 |
date_from | string | Start date. Format "YYYY-MM-DD" | |
date_to | string | End date. Format "YYYY-MM-DD" | |
page | integer | Requested page number. Default is 1 | |
page_size | integer | Requested page size in the query. Default and maximum value is 30 | Maximum value of 30 |
Enumerators ted_transfer_direction
Enumerator | Description |
---|---|
incoming | Inbound TED transfer |
outgoing | Outbound TED transfer |
Response
STATUS
201