@xfloor-memory-sdk
    @xfloor-memory-sdk
    • Get Started
      • Overview
      • Quick Start
      • Authentication and Identification
      • Core Concepts (5-Minute Read)
      • What to Use First (API Map)
    • SDK
      • Overview
      • SDK Installation & Setup
      • Python SDK
      • JavaScript SDK
      • Typescript SDK
      • Java SDK
      • FAQ & Troubleshooting
      • Copy-Paste Debug Checklists
    • Core FloorMemory
      • Query (Primary API)
        POST
      • Create Event (Post Content)
        POST
      • Recent Events
        GET
      • Basic information of a floor
        GET
    • Floor Management
      • Edit floor
      • Make floor Private
      • Make floor public
      • Rename floor
    • Registration
      • Sign Up
      • Sign In with email ID
      • Sign In with Mobile number
      • Validation
      • Change Password
      • Reset Password
      • Change email ID
      • Change Mobile number
      • Send Validation code
      • External User Registration
    • SDKs
    • Schemas
      • PostAdd
      • QueryResponse
      • Media
      • UserDetails
      • SignUpResponse
      • BlockDetails
      • FloorInfo
      • Threads
      • EventResponse
      • 400ErrorCode
      • Remaining

    Threads

    {
        "thread_id": "string",
        "title": "string",
        "last_updated": "string"
    }
    Built with