Transactions

Transactions

new Transactions(configuration)

Source:
Models
Parameters:
Name Type Description
configuration Object
Properties
Name Type Description
projectId string Your DataGraphs project id
apiKey string Your DataGraphs application API Key
clientId string Your DataGraphs application client id
clientSecret string Your DataGraphs application client secret

Methods

Source:
Search transactions
Parameters:
Name Type Attributes Description
options Object <optional>
Properties
Name Type Attributes Default Description
filter string <optional>
NQL filter
pageSize number <optional>
10 Number of results to return per page
pageNo number <optional>
1 Which page of results to return
sort string <optional>
Sort order in the format {property1}:{asc|desc},{property2}:{asc|desc}
Returns:
Search Results
Type
TransactionSearchResults