Help Page Home

Reputation

GET v1/my/reputation

Gets a page of the user's Reputation.

Request Information

URI Parameters

None.

Body Parameters

None.

Request Formats

Sample:
GET /v1/my/Reputation
Accept: application/json
Authorization: Bearer VSo3gOu-X7nimE0xcav8ftN_Cb0aAOKeNIdR88K ...
Host: testapi.codeproject.com
Pragma: no-cache
Sample:
GET /v1/my/Reputation
Accept: application/xml
Authorization: Bearer VSo3gOu-X7nimE0xcav8ftN_Cb0aAOKeNIdR88K ...
Host: testapi.codeproject.com
Pragma: no-cache

Response Information

Resource Description

A page of the user's Reputation.

MyReputationViewModel
NameDescriptionTypeAdditional 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.

Response Formats

Sample:

Sample not available.