Expand my Community achievements bar.

Wondering how Workfront Proof works? Join our AMA on May 8th and ask our Community experts!

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

API: Converting Status from letter code to full name

Avatar

Level 2
Hi, I am trying to load data via API into Power BI, with two status fields included: Status and Condition from the standard API Project list. I want to show the full status name, e.g. "Dead" instead of "DED", or condition name "On Target" instead of "ON". Is there a way to do this in the API URL string? Here is my current API: "https://zionsmgtit.my.workfront.com/attask/api/v9.0/project/search?fields=" https://zionsmgtit.my.workfront.com/attask/api/v9.0/project/search?fields= name&fields=actualCost&fields=status&fields=DE:Current Project Budget&fields=DE: Budget Status&fields=DE:Forecasted Costs ETC&fields=DE:Current Planned Target Date&fields=DE:ITESC Approved&fields=condition&fields=DE:Risk / Issue Status&fields=DE:Schedule Status&fields=DE:Program&method=get&apiKey=eocct5nq91g4t0tf1gv5isc6vyi2rlka Here is a screenshot of what shows in Power BI: Brett Coulam Zions Bancorp
Topics

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

2 Replies

Avatar

Community Advisor
Hi Brett, You'll find what you need in the CustomEnum (cstem) object within the API. Regards, Doug Doug Den Hoed - AtAppStore

Avatar

Level 2
Thanks, Doug. I found the project status field, but still looking for the project condition field. This was helpful, so I will keep looking. Brett Coulam Zions Bancorp