Hello @Community,
I am using Creatio API OData4 to get the data from Creatio Object Collection.
I wanted to filter the data base on date and time. Is there a way to get only last 3 months data with Odata4?
Like
1 comments
11:28 Nov 05, 2024
Hello,
You can use the following filtering:
$filter=CreatedOn ge 2024-08-05T00:00:00Z
https://documenter.getpostman.com/view/10204500/SztHX5Qb?version=latest
Show all comments