Skip to main content
Nintex Community Menu Bar
Solved

Rest Endpoint for custom action userdefinedfields

  • October 2, 2019
  • 2 replies
  • 57 views

I need to execute system action for share / delegate using endpoint service.

when i try to execute the method :

     /tasks/{serialNumber}/actions/{customAction}

it asks for 3 param serialNumber, customAction, and userDefinedFields

 

What should i fill with for userDefinedFields param for Share / Delegate action?

I've searched forums and documentation but it seems i can't find what i need.

 

screenshoot:

14828iFD14E0AB6FE0552E.png

Best answer by andiak

Hello, thanks for the reply

 

i've tried the other post method of redirect but it causes the original owner of the task to lose access to the task, i need both to have the task available to them

 

i've solved this by making an API to delegate the task to another user so both users can still action the task.

 

Thanks

2 replies

Forum|alt.badge.img+16
  • October 2, 2019

Hi,



Out of curiosity, could you try the other method (POST /tasks/{serialNumber}/actions/redirect)? I believe Redirect is similar to Delegate option.


 


 


  • Author
  • Answer
  • October 3, 2019

Hello, thanks for the reply

 

i've tried the other post method of redirect but it causes the original owner of the task to lose access to the task, i need both to have the task available to them

 

i've solved this by making an API to delegate the task to another user so both users can still action the task.

 

Thanks