Expand my Community achievements bar.

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

api question for querying dates

Avatar

Level 1

How do I query on hours to only get hours entered this month based off of the query below.

/attask/api/v12.0/hour/search?fields=*&entryDate=(I dont know what to put here)

Topics

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

1 Reply

Avatar

Community Advisor

Hi John,

Try this . . . .

/attask/api/v12.0/hour/search?fields=*&entryDate=$$TODAYbm&entryDate_Range=$$TODAYem&entryDate_Mod=between

Best Regards,

Rich.