ContributionsMost RecentMost LikesSolutionsRe: Select messages containing video by LiQL query The answer has been found: SELECT id, view_href, subject, videos, videos.count(*) FROM messages WHERE videos.count(*) > 0 Select messages containing video by LiQL query How to select messages containing video by LiQL query? SolvedPermissions for view post with custom_tags Hi. I use LiQL query to get all the posts with my custom_tags. My query: SELECT id, custom_tag_scope FROM messages WHERE custom_tags.id = 'my_key' But the list of records is visible only to the administrator, unregistered users do not receive the list of records. How to give access to view posts with custom_tags to all users? SolvedSubscribing to an event when creating a new post with video Is it possible to subscribe to administrator (or custom user) notification (by email) when a new video post is created? Re: Add additional data to message Aren't custom tags suitable for this? Or can only the support team add additional fields? Add additional data to message How can I add additional data to message via API? For example same text string. Can I use custom_tags for this? If so, how can I add additional text fields to the message using the rest api? How to get attachment download metrics by message Hi. I have a post and attachments inside a post. How can I find out how many times attachment has been downloaded via API? I can see only post view metric at the moment. How to get downloads metric?