UserHistoryRequest

  • before
    Type: string Format: date-time

    Return only threads before this time (cursor paging).

  • jwt_token
    Type: string

    Alternative to the Authorization header for publishable keys.

  • order
    Type: string enum

    desc = newest thread first. asc = oldest first.

    values
    • desc
    • asc
  • rows
    Type: integer
    min:  
    1
    max:  
    200

    Page size.

  • start
    Type: integer

    Pagination offset.

  • user_id
    Type: string

    The signed-in user. Required.