How to pass json in Structured Objects
This is an open discussion with no replies, filed under General.
Search
Create an account or sign in to comment.
This is an open discussion with no replies, filed under General.
Create an account or sign in to comment.
Quick Links
Symphony • Open Source XSLT CMS
--with-xsl
)
Hi experts
I am trying to send Structured Objects in messages.
But I can find this documentation only https://rest-api.symphony.com/docs/objects#sending-structured-objects-in-messages
We want to pass our own Json data via message. message type we found so far are com.symphony.timer, com.symphony.menu and com.symphony.iframe.
Iframe is good for us, but my question is if we want to pass our own json data(myObj in example below) together with iframe, what is type in data? how to pass it?
An example of json we want to pass in is myObj = { "name":"John", "age":30, "car":null };
Iframe code below works fine. {
}
Any documentation or sample are appreciated!
Thanks Hongliu