Expand my Community achievements bar.

Interested in getting an Adobe Workfront certification? Don't miss our AMA on June 10th, where our experts will be available to answer any questions you may have about getting certified!
SOLVED

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

Avatar

Level 1

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.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 4

seems like it would more be something like

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

 

 

View solution in original post

2 Replies

Avatar

Correct answer by
Level 4

seems like it would more be something like

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

 

 

Avatar

Level 1

Thank you.  This is working.