OpenIsle Docs
ApiPoint histories

Point history

List point history for current user

GET
/api/point-histories
AuthorizationBearer <token>

In: header

Response Body

curl -X GET "https://www.open-isle.com/api/point-histories"
[
  {
    "id": 0,
    "type": "POST",
    "amount": 0,
    "balance": 0,
    "postId": 0,
    "postTitle": "string",
    "commentId": 0,
    "commentContent": "string",
    "fromUserId": 0,
    "fromUserName": "string",
    "createdAt": "2019-08-24T14:15:22Z"
  }
]