Get Received Star List

Returns the list of stars that user received.

Role

All

Method

GET 

URL

/api/v2/users/:userId/stars 

URL parameters

Parameter Name Type Description
userId Number user ID

Query parameters

Parameter Name Type Description
minId Number minimum ID
maxId Number maximum ID
count Number number of records to retrieve(1-100) default=20
order String “asc” or “desc” default=“desc”

Response example

Status Line / Response Header

HTTP/1.1 200 OK 
Content-Type:application/json;charset=utf-8 

Response Body

[ 
    { 
        "id":75, 
        "comment":null, 
        "url": "https://xx.backlogtool.com/view/BLG-1", 
        "title": "[BLG-1] first issue | Show issue - Backlog", 
        "presenter":{ 
            "id":1, 
            "userId": "admin", 
            "name":"admin", 
            "roleType":1, 
            "lang":"ja", 
            "nulabAccount": {
                "nulabId": "Prm9ZD9DQD5snNWcSYSwZiQoA9WFBUEa2ySznrSnSQRhdC2X8G",
                "name": "admin",
                "uniqueId": "admin"
            },
            "mailAddress":"eguchi@nulab.example", 
            "lastLoginTime": "2022-09-01T06:35:39Z"
        }, 
        "created":"2014-01-23T10:55:19Z" 
    }, 
    ... 
]