Skip to main content

Get room posts​

Retrieve paginated posts shared within a room. Supports filtering by tab (REFLECTIONS, DISCUSSIONS) and sorting (LATEST, POPULAR).

Path Parameters
    id number required

    Unique numeric room ID

Query Parameters
    sortBy string

    Possible values: [LATEST, POPULAR]

    Sort order (default: LATEST)

    limit number

    Possible values: >= 1 and <= 20

    Default value: 20

    Posts per page (max: 20)

    page number

    Possible values: >= 1

    Default value: 1

    Page number (default: 1)

    tab string

    Possible values: [REFLECTIONS, DISCUSSIONS]

    Filter posts by content type

Responses

Room posts with pagination

Loading...