How to add q param to check if project end date is null or greater than sysdate in Project REST API
Summary:
Hi,
I'm trying to fetch projects with below REST API-
/fscmRestApi/resources/11.13.18.05/projects?
q=BusinessUnitName='ABC' AND ProjectStatus='Approved' AND ProjectEndDate>={SYSDATE} OR ProjectEndDate IS NULL
I need help in, to check if projectenddate is null or greater than sysdate.
how to add condition for date attribute if its null or not with other conditions.
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):