Forum Discussion
Fellsteruk
8 years agoBoss
You could get a new field added to the message then write to it when creating via API, you could then use that custom field to power a custom component to display a flag or something when the field is true etc.
Support will be able to help with the custom field.
VikasB
8 years agoBoss
Hi nrajesh Yes, lithium support can add an additional field to message API which can be used as a flag.
Or you can use another workaround to get it without adding any additional field. I would say when posting the message through API, you can add a label/tag which can be used to identify the messages posted through rest API.
http://community.lithium.com/community-name/restapi/vc/blogs/id/[id] /messages/post
| tag.add (optional) | string | the tags to be added to the message, with each tag separated by a comma. For example: tag.add=tag1,tag2 | |
| label.labels (optional) | string | The labels for the message, each label separated by a comma. For example: label.labels=label1,label2 |