You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

REST Query Parameters

edited Oct 18, 2020 3:27PM in Integration 11 comments

Summary

REST Query Parameters

Content

Hi Experts,

Below REST endpoint returns array of records with startdate and enddate as two of the many elements. startdate and enddate are of data type date.

https://hostname/fscmRestApi/resources/11.13.18.05/itemStructures/300000019578246/child/Component

I want restrict the reponse to only the active records. below is the psed

i.e  ( startdate <= currentdate and nvl(enddate,currentdate)>=currentdate)

How the above condition can be passed as a query parameter to the REST endpoint?

 

 

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!