For the complete documentation index, see llms.txt. This page is also available as Markdown.

Message Metadata

Gets the message metadata relationship. This API allows users to track the relationship between a message and all the forwards and replies of that message.

Get the message metadata relationship

get
Path parameters
messageIdstringRequired

Valid id of a SOCIALMESSAGE

Header parameters
sessionTokenstringRequired

Session authentication token.

User-AgentstringRequired

Request user agent.

Responses
200

Successful Operation

application/json

Message metadata

messageIdstringOptional
repliesstring[]Optional
forwardsstring[]Optional
formRepliesstring[]Optional
get/v1/admin/messages/{messageId}/metadata/relationships

📘 Message Relationship

The Message Metadata API returns information about the current message relationships (parent, replies, forwards and form replies).

🚧 Required Roles

Calling this endpoint requires the Content Management role. See Bot Permissions for a list of roles and associated privileges.

Last updated

Was this helpful?