Get last 3 months data of Collection object

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 0

Like

1 comments

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