How to Create Data shape Through Service in Thingworx
Hi Everyone,
I like to Create Datashape through TWX service with multiple number of Fields.
I found the Snippet in Thingworx its like.
var params = {
name: undefined /* STRING */,
description: undefined /* STRING */,
fields: undefined /* INFOTABLE */,
tags: undefined /* TAGS */
};
// no return
Resources["EntityServices"].CreateDataShape(params);
but i don't know How to give fields in the above snippet.
if anybody Know any solution regarding this,Kindly share it ASAP.
Thanks & Regards
Sugumar R
