Expand my Community achievements bar.

SOLVED

How to extract work time of a user using Workfront API

Avatar

Level 2

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 

prashantdhoke23_0-1708662081872.png
I tried the api endpint https://*my.workfront.com/attask/api/v15.0/user/search?$$FIRST=0&$$LIMIT=1000&entryDate_1_Sort=asc&I...

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

 

1 Accepted Solution

Avatar

Correct answer by
Level 4

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

View solution in original post

2 Replies

Avatar

Correct answer by
Level 4

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