Question

IFS 22R1SU3 - REST API - Can we use transformer to modify the tags TEXT from json response

  • 24 November 2022
  • 1 reply
  • 78 views

Userlevel 2
Badge +2

Hi,

 

We have developed a REST API that returns a json response with tags and values from IFS Database.

Example:

In above output message from the REST API,  we need to change the text of the tags( e.g. “NomDns” => "Nom_reseau").

When we tried to change the name as required in projection file  or PLSVC  file of the REST API, it is throwing error as “mismatched token”

 

Any help is highly appreciated.

Regards,

Srini


1 reply

Userlevel 4
Badge +9

With a transformer you can change this for sure.

Reply