Hello Workfront Community,
I am currently working with the Workfront API and trying to filter records using the lastUpdateDate parameter. However, I am encountering an error when attempting to query for records using this field.
I am trying to use the following query to fetch project-level records based on the lastUpdateDate field:
https://yourdomain.my.workfront.com/attask/api/v19.0/proj/search?fields=*&lastUpdateDate=2023-05-24T...
Invalid Parameter: lastUpdateDate value "2023-05-24T23:46:03Z"
My question is:
Any assistance or examples would be greatly appreciated. Looking forward to your guidance!
Thanks!
Ujjwal Kumar
Views
Replies
Total Likes
Doen't the search function use modifiers like - "eq, ne ... " and others? See details here - https://experienceleague.adobe.com/en/docs/workfront/using/adobe-workfront-api/api-general-informati...
Make sure you scroll down to the "Using Search Modifiers" section to check.
Views
Replies
Total Likes
https://yourdomain.my.workfront.com/attask/api/v19.0/proj/search?lastUpdateDate=2025-02-28T21:30:00.000Z&lastUpdateDate_Mod=gt
Great point on the date time value!
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies