Skip to main content
GET
/
services
/
nairaland
/
{post_id}
/
comments
{
  "comments": [
    {
      "commentId": 123,
      "author": "<string>",
      "postId": 123,
      "shareCount": 123,
      "likeCount": 123,
      "publicationDate": "<string>",
      "content": "<string>",
      "attachments": [
        "<string>"
      ],
      "commentsCount": 0
    }
  ],
  "page": 123,
  "hasMore": true
}

Path Parameters

post_id
string
required

Query Parameters

comment_id
string
page
integer
default:1
Required range: x >= 1
per_page
integer
default:10
Required range: 1 <= x <= 30

Response

Successful Response

comments
NairalandCommentModel · object[]
required

The comments of the post

page
integer
required

The page number

hasMore
boolean
required

Whether there are more comments to fetch

I