Get recently modified deals in an account sorted by their last modified date, starting with the most recently modified deals. Use the offset parameter described below to page backwards through the deals. Note: This endpoint will only return records modified in the last 30 days, or the 10k most recently modified records. If you need to get all of your deals, please use the get all deals endpoint.
This parameter lets you specify the amount of deals to return in your API call. The default for this parameter (if it isn't specified) is 20 deals. The maximum amount of deals you can have returned to you via this parameter is 100.
x <= 100
Used to page backwards through recent deals. Use the value of the offset
field returned in the previous response to get the next set of deal records.
Only return deals modified after and including timestamp x. x must be a UNIX formatted timestamp in milliseconds.
By default, you will only get data for the most recent version of a property in the "versions" data. If you include this parameter, you will get data for all previous versions.
Successful response - Recently modified deals
The response is of type object
.