Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Definition
https://www.yammer.com/api/v1/messages/in_thread/:thread_id.json
Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| thread_id | Path | Required | long | Thread Id |
| include_topics | query | Optional | boolean | Defaults to false. If set to true, returns an array of Topic IDs associated with the thread |
Documentation
All the messages that are a part of the specified thread id.
A 200 OK response includes the following fields.
| Field | Description |
|---|---|
| id | Id of the message |
| sender_id | Id of the user posting the message |
| created_at | Date and time when the message was created |
| network_id | Id of the network in which this message was posted |
| group_id | Id of the group in which the message was posted |
| thread_id | Id of the thread |
| notified_user_ids | Ids of the users mentioned in the message |
| privacy | Whether the message was posted in a public or private group |
| liked_by | Shows the reactions count on the message and the ids of the users who reacted to the message |
| topics | Collection of topic IDs associated with the conversation thread |