Expand my Community achievements bar.

Got questions about Workfront Governance? Join our upcoming Ask Me Anything session on February 12th!
SOLVED

Get Timesheet Profile Approver from Fusion/API

Avatar

Level 1

In Workfront when you click on a timesheet profile, there is a setting for who becomes the approver for any generated timesheets.

FrancoisGe1_0-1733834737135.png

This field is not available on the timesheet profile TSPRO object. I have looked through many other objects and cannot find where this field is available over the API.

How can one query this field from Fusion or over the API?

Ultimately I need this field for generating timesheets in a special way using Fusion.

Topics

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

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

If I recall correctly, it's available in the api-unsupported version, but not in the v19 version, specifically approverID or approver.

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

If I recall correctly, it's available in the api-unsupported version, but not in the v19 version, specifically approverID or approver.

Avatar

Employee

Hi @FrancoisGe1

 

Thank you for your question! Yes, @ChrisStephens is correct. To retrieve the approver ID from a timesheet profile, you can run the following API call: 

 

GET https://<domain>.my.workfront.com/attask/api-unsupported/TSPRO/<timesheetProfileID>?fields=approverI...

 

- Monica