Custom API Call For An ApprovalStep Name | Community
Skip to main content
Eric_D_Miller
Level 5
August 28, 2025
Solved

Custom API Call For An ApprovalStep Name

  • August 28, 2025
  • 1 reply
  • 300 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Srinija_N

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!

1 reply

Srinija_N
Srinija_NAccepted solution
Level 7
August 28, 2025

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!