Skip to main content

Get comments/ratings

GET 

/comments/:wallpaper_id

Get comments/ratings

Request

Path Parameters

    wallpaper_id integerrequired

    The wallpaper ID

Query Parameters

    limit integer

    Possible values: >= 1 and <= 50

    Default value: 10

    page integer

    Possible values: >= 1

    Default value: 1

    s string

Responses

Successful response

Schema

    db_core

    object

    The structure of all possible data include in the response. Not everything documented for db_core will always appear.

    timestamp integer

    endpoints

    object

    Endpoints to be used with all paths.* values

    api string

    Endpoint prefix for all paths.api values

    image string

    Endpoint prefix for all paths.image values

    thumb string

    Endpoint prefix for all paths.thumb values

    web string

    Endpoint prefix for all paths.web values

    request

    object

    The request data

    body object

    Contains the data provided within the body (POST) request.

    params object

    Contains the variables provided within the path/route.

    query object

    Contains the data provided within the query (GET) request.

    total_pages integer

    This value will appear in a pagination query to represent the maximum value for page

    comments

    object[]

    Array of comment objects

  • Array [

  • id integer

    Object ID

    author_id integer

    User ID of the comment author

    author_display string

    Display name of comment author

    content string

    Comment content

    rating integer

    Possible values: >= 1 and <= 5

    timestamp integer
  • ]

Loading...