Skip to main content
Nintex Community Menu Bar
Solved

Deserialize GetTaskActions Workflow Rest API

  • October 23, 2022
  • 2 replies
  • 38 views

Akhanjer
Forum|alt.badge.img+5

hello,

i need to return BathcableActions related to the task so i enabled workflow Rest API and using GetTaskActions but i need the result deserialize please check the below image :

 

26866i797ACEA80A4BB242.png26867i8DC7486B0CE41BC8.png

Best answer by NicS

It looks like the property that you are interested in is returning a string array 

You will need to Create a string SmartObject from the System Types, this will then let you deserialise a string array.

 

 

2 replies

Forum|alt.badge.img+7
  • Nintex Employee
  • Answer
  • October 31, 2022

It looks like the property that you are interested in is returning a string array 

You will need to Create a string SmartObject from the System Types, this will then let you deserialise a string array.

 

 


Akhanjer
Forum|alt.badge.img+5
  • Author
  • Rookie
  • October 31, 2022

thank you it is work 🙂