Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
SOLVED

Custom API Call For An ApprovalStep Name

Avatar

Level 5

Hello,


I am trying to run an API call to get an issue's CurrentApprovalStep:Name.

I have been unsuccessful and was wondering if anyone has accomplished this in the past.

 

Thank you in advance

Topics

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

1 Accepted Solution

Avatar

Correct answer by
Level 7

I am able to get the current approval step name using below API call.

 

OPTASK/search?fields=ID,name,approvalProcessID,currentApprovalStepID,currentApprovalStep:name&approvalProcessID_Mod=notblank

 

Hope this is what you are looking for. Please add or remove the filter in the end if you dont need it(&approvalProcessID_Mod=notblank).

 

Please mark my reply as "Correct Reply" if this helped you and to help others.

 

Thanks in advance!

View solution in original post

1 Reply

Avatar

Correct answer by
Level 7

I am able to get the current approval step name using below API call.

 

OPTASK/search?fields=ID,name,approvalProcessID,currentApprovalStepID,currentApprovalStep:name&approvalProcessID_Mod=notblank

 

Hope this is what you are looking for. Please add or remove the filter in the end if you dont need it(&approvalProcessID_Mod=notblank).

 

Please mark my reply as "Correct Reply" if this helped you and to help others.

 

Thanks in advance!