Skip to main content
15-Moonstone
February 10, 2023
Solved

How to use the API to add token values in localization

  • February 10, 2023
  • 1 reply
  • 917 views

I have a lot Tokens to add, if I add them manually one by one it will be a waste of time, do we have any tools can upload in batch? Thank you

 

Best answer by jensc

Hello.

The localization tables have a service called: "AddToken" which can be found here: https://yourhostname.com/Thingworx/LocalizationTables/Default/ServiceDefinitions/AddToken

 

I'm not entirely sure you can call it directly, but if not you could just create your own service on a thing and call that.

 

Regards,

Jens

1 reply

jensc17-PeridotAnswer
17-Peridot
February 10, 2023

Hello.

The localization tables have a service called: "AddToken" which can be found here: https://yourhostname.com/Thingworx/LocalizationTables/Default/ServiceDefinitions/AddToken

 

I'm not entirely sure you can call it directly, but if not you could just create your own service on a thing and call that.

 

Regards,

Jens

15-Moonstone
February 10, 2023

Thank you very much, I can call it, it help me a lot.