Function   /operation/list

Function invocation

https://json.aftermarket.pl/operation/list

Function description

Returns the list of financial operations.

Input parameters

This function takes the following input parameters:

ParameterTypeRequiredDefault valueDescription
name string "" Domain name or partial name to search
fromDate string "" First operation date (deprecated, please use 'timeFrom' param)
toDate string "" Last operation date (deprecated, please use 'timeTo' param)
timeFrom integer 0 First operation time as Unix timestamp
timeTo integer 0 Last operation time as Unix timestamp
order string "time-" List sorting (can be sorted by time, name, amount)
size integer 5000 Paging: number of list elements
start integer 0 Paging: starting list element
state integer 0 Operation state (deprecated and unused)

Return value

List of user domains to catch (list of structures with the following fields):

Field nameTypeDescription
amount float Operation amount
currency string Operation currency
name string Domain name (in Punycode)
nameIDN string Domain name (internationalized)
utfname string Domain name (internationalized) (deprecated, value given in 'nameIDN' field)
time integer Operation time
type string Operation type
typeDescription string Operation type description
operationId integer Operation identifier (deprecated and unused)