Get Author Points

Get Author Points

Get community points accrued for the user.

Request
URI
GET
https://apigw.vmware.com/sampleExchange/v1/authors/communitiesUser/{communitiesUserId}/points
COPY
Path Parameters
string
communitiesUserId
Required

communitiesUserId


Authentication
This operation uses the following authentication methods.
Responses
200

successful operation

Returns Points of type(s) application/json
{
    "communitiesUser": "string",
    "total": 0,
    "points": [
        {
            "rewardId": 0,
            "scnroId": 0,
            "userId": 0,
            "username": "string",
            "code": "string",
            "sourceObject": "string",
            "comment": "string",
            "point": 0,
            "creationDate": 0,
            "modificationDate": 0
        }
    ]
}
string
communitiesUser
Optional

communitiesUser

integer As int32 As int32
total
Optional

total

array of Point
points
Optional

points


400

Bad Request, there was an error retrieving the points.

Operation doesn't return any data structure

404

Author not found.

Operation doesn't return any data structure