RobotStudio event

Wrong json response from WebServices

Options
Jorge
Jorge ✭✭
edited July 2023 in Developer Tools
Hello, I trying to read a module from a VC using RW 7.10. I got this response:

{ "_links" : { "base" : { "href" : "https://localhost:80/rw/rapid/" }, "self" : { "href" : "tasks/T_IFM/modules/ifm/text" } }  , "state" : [ { "_type" : "rap-module-text", "_title" : "moduletext", "change-count" : " 185132 " , "file-path" : ""/TEMP/pusres.725860"" , "module-length" : "1368" } ]}   

This can't not be parse o valitate (https://jsonlint.com/) becasue the field:
 "file-path" : ""/TEMP/pusres.725860"" 
has too many quotes.

Should be: "file-path" : "/TEMP/pusres.725860"


Is this a bug from RW7.10?

Thank

/Jorge
Jorge Turiel

Tagged: