In fusion I would like to retrieve workfront email templates via the custom api call. I've checked the api explorer and don't see an object for email templates so can't go that route. In workfront I can happily create a report for email templates so the information should be accessible from fusion but can't see how to retrieve it. Any suggestions?
Solved! Go to Solution.
Views
Replies
Total Likes
Sometimes when I cannot find the objcode I will F12 inspect the page to see how native WF calls objects. In this case I created a email template report and scraped the Inspect -> Network to find the information about the native call. Then I searched Workfront "EMPTPL" (Use quotes to narrow search results) in google which took me here and found it under the api/unsupported section. I then went back to the official API docs and changed the version to api/unsupported which is at the bottom of the list.
Sometimes when I cannot find the objcode I will F12 inspect the page to see how native WF calls objects. In this case I created a email template report and scraped the Inspect -> Network to find the information about the native call. Then I searched Workfront "EMPTPL" (Use quotes to narrow search results) in google which took me here and found it under the api/unsupported section. I then went back to the official API docs and changed the version to api/unsupported which is at the bottom of the list.
Thanks Lawson02, your reply was exactly what I needed and you explanation was clear and easy to follow.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies