OpenIsle Docs
ApiUsersIdentifierReplies

User replies

Get recent replies by user

GET
/api/users/{identifier}/replies
AuthorizationBearer <token>

In: header

Path Parameters

identifierstring

Query Parameters

limit?integer
Formatint32

Response Body

curl -X GET "https://www.open-isle.com/api/users/string/replies?limit=0"
[
  {
    "id": 0,
    "content": "string",
    "createdAt": "2019-08-24T14:15:22Z",
    "post": {
      "id": 0,
      "title": "string",
      "snippet": "string",
      "createdAt": "2019-08-24T14:15:22Z",
      "category": {
        "id": 0,
        "name": "string",
        "description": "string",
        "icon": "string",
        "smallIcon": "string",
        "count": 0
      },
      "tags": [
        {
          "id": 0,
          "name": "string",
          "description": "string",
          "icon": "string",
          "smallIcon": "string",
          "createdAt": "2019-08-24T14:15:22Z",
          "count": 0
        }
      ],
      "views": 0,
      "commentCount": 0
    },
    "parentComment": {
      "id": 0,
      "author": "string",
      "content": "string"
    }
  }
]