Expand my Community achievements bar.

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.

Mark Solution

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

SOLVED

Workfornt API error message: is not a top level object and can't be requested directly in internal

Avatar

Level 1

Hey Community,

I get for certain API request the following error message: 

is not a top level object and can't be requested directly in internal.

Does anyone of you know how to set the request to retrieve data?
 
Many thanks in advance

Br,
Sandro 
1 Accepted Solution

Avatar

Correct answer by
Community Advisor


Hi @Sroider,

 

Predecessors are a secondary object (ie child property) of a (primary) Task object, so try something like this:

 

https://YOURWORKFRONTDOMAIN.workfront.com/attask/api/v15.0/task/search?fields=predecessors:*

 
Regards,
Doug
 

View solution in original post

4 Replies

Avatar

Community Advisor

Are you looking for a task that is a predecessor to another task?

Avatar

Correct answer by
Community Advisor


Hi @Sroider,

 

Predecessors are a secondary object (ie child property) of a (primary) Task object, so try something like this:

 

https://YOURWORKFRONTDOMAIN.workfront.com/attask/api/v15.0/task/search?fields=predecessors:*

 
Regards,
Doug
 

Avatar

Community Advisor

Doug's up early today! 😀

Avatar

Community Advisor


Hah! You busted me @RandyRoberts. Early tee time…

 

Regards,

Doug