Name | Description | Type | Additional information |
---|---|---|---|
PageNumber |
Optional: The zero based page number of data you would like retrieved, default 0 |
integer |
None. |
PageSize |
Optional: The amount of rows of data returned on each page, default 20 |
integer |
None. |
AssetTag |
Required: The asset tag for the asset you would like the history of. A blank asset tag will return no data. |
string |
None. |
StartDate |
Optional: Used to filter out older transactions. A null value will start the transaction history at the beginning of the asset's life |
date |
None. |
EndDate |
Optional: Used to filter out newer transactions. A null value will end the transaction history with the most recent transaction |
date |
None. |