Get Timesheet Profile Approver from Fusion/API | Adobe Higher Education
Skip to main content
New Member
December 10, 2024
解決済み

Get Timesheet Profile Approver from Fusion/API

  • December 10, 2024
  • 2 の返信
  • 557 ビュー

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

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.

このトピックへの返信は締め切られました。
ベストアンサー ChrisStephens

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

2 の返信

ChrisStephens
Community Advisor
Community Advisor
December 18, 2024

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

Adobe Employee
January 7, 2025

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=approverID

 

- Monica