Get Deleted Messages
    • Dark
      Light
    • PDF

    Get Deleted Messages

    • Dark
      Light
    • PDF

    Article summary

    Get
    /api/v1/chat.getDeletedMessages

    Get deleted messages from a specific date.

    Changelog

    VersionDescription
    0.73.0Added
    Header parameters
    X-Auth-Token
    stringRequired

    The authToken of the authenticated user.

    ExampleRScctEHSmLGZGywfIhWyRpyofhKOiMoUIpimhvheU3f
    X-User-Id
    stringRequired

    The userId of the authenticated user.

    ExamplerbAXPnMktTFbNpwtJ
    Query parameters
    since
    stringRequired

    A valid ISO date format from which you want to search the deleted messages.

    Example2018-12-12T00:11:22.345Z
    roomId
    stringRequired

    The room ID.

    Example6GFJ3tbmHiyHbahmC
    Responses
    200

    OK

    Example 1
    {
      "messages": [
        {
          "_id": "wKBW2YwrPahpag4zA"
        },
        {
          "_id": "SJXYBbageAo8bo7rX"
        },
        {
          "_id": "jEnjsxuoDJamGjbH2"
        }
      ],
      "count": 3,
      "offset": 0,
      "total": 3,
      "success": true
    }
    Expand All
    object
    messages
    Array of object
    object
    _id
    string
    count
    integer
    offset
    integer
    total
    integer
    success
    boolean
    400

    Bad Request

    Example 1
    {
      "success": false,
      "error": "[The required \"roomId\" query param is missing.]",
      "errorType": "The required \"roomId\" query param is missing."
    }
    Example 2
    {
      "success": false,
      "error": "[The required \"since\" query param is missing.]",
      "errorType": "The required \"since\" query param is missing."
    }
    object
    success
    boolean
    error
    string
    errorType
    string
    401

    Unauthorized

    Authorization Error
    {
      "status": "error",
      "message": "You must be logged in to do this."
    }
    object
    status
    string
    message
    string

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.