GET /messages/{message_id}/history

Fetch the message edit history of a previously edited message.

Note that edit history may be disabled in some organizations; see the Zulip help center documentation on editing messages.

Servers

Path parameters

Name Type Required Description
message_id Integer Yes

The target message's ID.

Query parameters

Name Type Required Description
allow_empty_topic_name Boolean No

Whether the topic names i.e. topic and prev_topic fields in the message_history objects returned can be empty string.

If false, the value of realm_empty_topic_display_name found in the POST /register response is returned replacing the empty string as the topic name.

Changes: New in Zulip 10.0 (feature level 334).

Default value: false

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.