How to use 'between' to search for projects created with certain dates with project api end point | Community
Skip to main content
New Participant
August 2, 2024
Solved

How to use 'between' to search for projects created with certain dates with project api end point

  • August 2, 2024
  • 1 reply
  • 464 views

attask/api/v9.0/project/search?fields=*&lastUpdateDate=2024-01-29&lastUpdateDate_Mod=between&lastUpdateDate=2024-03-30

{
    "data": []
}

 

the above search to project api is giving an empty dataset.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by skyehansen

seems like it would more be something like

lastUpdateDate=2024-01-29&lastUpdateDate_Mod=between&lastUpdateDate_Range=2024-03-30

 

 

1 reply

skyehansen
skyehansenAccepted solution
New Participant
August 3, 2024

seems like it would more be something like

lastUpdateDate=2024-01-29&lastUpdateDate_Mod=between&lastUpdateDate_Range=2024-03-30

 

 

FyrozePaAuthor
New Participant
August 6, 2024

Thank you.  This is working.