There is a syntax discordance with the docs and the implementation in the integration; the docs have date ranges with the format "#:#" while we are constructing "#-#" where # is a range endpoint.
In addition to this, the documentation explains that the start and end time points in the range are days in the past relative to today, while the integration presents the time values as absolute times in unix time stamps based on the lastSeen field in the returned documents from the API.
There is a syntax discordance with the docs and the implementation in the integration; the docs have date ranges with the format "#:#" while we are constructing "#-#" where # is a range endpoint.
In addition to this, the documentation explains that the start and end time points in the range are days in the past relative to today, while the integration presents the time values as absolute times in unix time stamps based on the
lastSeenfield in the returned documents from the API.