Skip to main content

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

Hi,



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


 


 


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


Reply