REST Query Parameters
Summary
REST Query ParametersContent
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?
Tagged:
0