docs/InsiderTransactionFilingsApi.md in intrinio-sdk-5.18.0 vs docs/InsiderTransactionFilingsApi.md in intrinio-sdk-5.19.0
- old
+ new
@@ -60,10 +60,11 @@
opts = {
start_date: Date.parse("2015-01-01"),
end_date: nil,
page_size: 100,
+ sort_by: "updated_on",
next_page: nil
}
result = insiderTransactionFilings_api.get_all_insider_transaction_filings(opts)
pp result
@@ -81,9 +82,10 @@
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**start_date** | Date| Filed on or after the given date | [optional]
**end_date** | Date| Filed before or after the given date | [optional]
**page_size** | Integer| The number of results to return | [optional] [default to 100]
+ **sort_by** | String| The field to sort by. Default is 'filing_date'. Valid values are - 'filing_date', 'updated_on'. | [optional]
**next_page** | String| Gets the next page of data from a previous API call | [optional]
[//]: # (END_PARAMETERS)
### Return type