Expand my Community achievements bar.

SOLVED

workfront fusion- approvals

Avatar

Level 2

How can i read the approval process of an object using fusion? approval id not approval process id . What should be the url used in the custom api call?

Topics

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

1 Accepted Solution

Avatar

Correct answer by
Level 5

Hi @AmbiliT_,

 

Per official documentation there are two approvals in the system one is document approval and other is the regular approval, if you would like to search for document approvals you can use docapl/search and if you need approval as far as I can see the object is approval/search and I can see there is also arvprc (approval process if you would like to find that ), but I think this info should be sufficient for you, if not please reach back.

Please refer to the https://developersupport.workfront.com/page-api-explorer.html for detailed info on object names and also relations, actions that can be done, etc.

 

Best regards,
Ivan

View solution in original post

2 Replies

Avatar

Correct answer by
Level 5

Hi @AmbiliT_,

 

Per official documentation there are two approvals in the system one is document approval and other is the regular approval, if you would like to search for document approvals you can use docapl/search and if you need approval as far as I can see the object is approval/search and I can see there is also arvprc (approval process if you would like to find that ), but I think this info should be sufficient for you, if not please reach back.

Please refer to the https://developersupport.workfront.com/page-api-explorer.html for detailed info on object names and also relations, actions that can be done, etc.

 

Best regards,
Ivan

Avatar

Level 2

Thank you!