Gets a page of the user's Reputation.
None.
None.
GET /v1/my/Reputation Accept: application/json Authorization: Bearer VSo3gOu-X7nimE0xcav8ftN_Cb0aAOKeNIdR88K ... Host: testapi.codeproject.com Pragma: no-cache
GET /v1/my/Reputation Accept: application/xml Authorization: Bearer VSo3gOu-X7nimE0xcav8ftN_Cb0aAOKeNIdR88K ... Host: testapi.codeproject.com Pragma: no-cache
A page of the user's Reputation.
MyReputationViewModelName | Description | Type | Additional information |
---|---|---|---|
TotalPoints |
Gets or sets the user's total reputation points. |
integer |
None. |
ReputationTypes |
Gets or sets the list of the user's Reputation Type information. |
Collection of ReputationTypeViewModel |
None. |
GraphUrl |
Gets or sets the Url for the user's reputation graph. |
string |
None. |
Sample not available.