How to extract work time of a user using Workfront API | Community
Skip to main content
New Participant
February 23, 2024
Solved

How to extract work time of a user using Workfront API

  • February 23, 2024
  • 1 reply
  • 883 views

Hi everyone,

I was doing some data extraction part of my organization and in that, I need to  extract a field which is work time, here is the below screenshot of it circled in red color 


I tried the api endpint https://*my.workfront.com/attask/api/v15.0/user/search?$$FIRST=0&$$LIMIT=1000&entryDate_1_Sort=asc&ID_2_Sort=asc&fields=*,parameterValues:*&isActive=true

but here I am able to get fte field , but I wanted to extract this Work time of a user using the Workfront API
Please can someone help me get the correct endpoint for extracting this field?

Thanks,
Prashant

 

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 Scott_Goodwin

Hello @prashantdhoke23 

You was very close. Just change the API version to V17.0 and you should see workTime in the data returned. 

Let me know if that didnt work. I have tested it. 

If your happy can you mark this as a accepted solution please so others can find it. 

Thank you

1 reply

Scott_Goodwin
Scott_GoodwinAccepted solution
New Participant
February 23, 2024

Hello @prashantdhoke23 

You was very close. Just change the API version to V17.0 and you should see workTime in the data returned. 

Let me know if that didnt work. I have tested it. 

If your happy can you mark this as a accepted solution please so others can find it. 

Thank you

New Participant
February 23, 2024

Hi @scott_goodwin ,

Thanks it worked