Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 535.7K On-Premises Infrastructure
- 138.1K Analytics Software
- 38.6K Application Development Software
- 5.6K Cloud Platform
- 109.3K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71K Infrastructure Software
- 105.2K Integration
- 41.5K Security Software
"OdiInvokeRESTfulService" Utility Tools not considering "Request Body Text" for "GET" Method

User_UZLNS
Member Posts: 1 Red Ribbon
We have a new requirement for using the OdiInvokeRESTfulService and extratct data for a certain month
> The REST service invoke is a 3rd party URL and exposed operations
> For this service we can use filter: _contains
> In Postman when used this filter _contains as below for the field "collect_date" we have , the records for the month of April is fetched
"_contains":{
"collect_date":"2021_04"
}
> The same when used in ODI > Package > OdiInvokeRESTfulService > "Request Body Text" , the data fetched is for the latest month that is December NOT for the April month.
In simple we are trying to filter the records from RestApi service for particular date range.
any help would be highly appreciated. Thanks in Advance.