This action may lead to changes in the database
Do you want to continue?
Data Explorer
Web API Query String
Request Information
Get the detailed information for an user created in the BHI AnswerHub site.
Parameters:
- Authorization
- UserName
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
authorization | string |
Required |
|
userName | string |
Required |
Response
×
The request was made Successfully! Check the result!.
×
Error Something happen, the Api doesn't have a response.
{
"Time": "sample string 1",
"Error": {
"ClassName": "System.Exception",
"Message": null,
"Data": null,
"InnerException": null,
"HelpURL": "sample string 1",
"StackTraceString": null,
"RemoteStackTraceString": null,
"RemoteStackIndex": 0,
"ExceptionMethod": null,
"HResult": 3,
"Source": "sample string 2",
"WatsonBuckets": null
},
"ErrorMessage": "sample string 2",
"Status": "sample string 3",
"Server": "sample string 4",
"Result": [
{
"id": 1,
"creationDate": "sample string 2",
"realname": "sample string 3",
"type": "sample string 4",
"active": true,
"deactivated": true,
"suspended": true,
"bronze": 1,
"followCount": 1,
"followerCount": 1,
"gold": 1,
"postCount": 1,
"reputation": 1,
"silver": 1,
"userFollowCount": 1,
"avatar": "sample string 8",
"modificationDate": "sample string 9",
"username": "sample string 10"
},
{
"id": 1,
"creationDate": "sample string 2",
"realname": "sample string 3",
"type": "sample string 4",
"active": true,
"deactivated": true,
"suspended": true,
"bronze": 1,
"followCount": 1,
"followerCount": 1,
"gold": 1,
"postCount": 1,
"reputation": 1,
"silver": 1,
"userFollowCount": 1,
"avatar": "sample string 8",
"modificationDate": "sample string 9",
"username": "sample string 10"
}
]
}
<Root>
<Time>sample string 1</Time>
<Error>
<ClassName>System.Exception</ClassName>
<Message />
<Data />
<InnerException />
<HelpURL>sample string 1</HelpURL>
<StackTraceString />
<RemoteStackTraceString />
<RemoteStackIndex>0</RemoteStackIndex>
<ExceptionMethod />
<HResult>3</HResult>
<Source>sample string 2</Source>
<WatsonBuckets />
</Error>
<ErrorMessage>sample string 2</ErrorMessage>
<Status>sample string 3</Status>
<Server>sample string 4</Server>
<Result>
<id>1</id>
<creationDate>sample string 2</creationDate>
<realname>sample string 3</realname>
<type>sample string 4</type>
<active>true</active>
<deactivated>true</deactivated>
<suspended>true</suspended>
<bronze>1</bronze>
<followCount>1</followCount>
<followerCount>1</followerCount>
<gold>1</gold>
<postCount>1</postCount>
<reputation>1</reputation>
<silver>1</silver>
<userFollowCount>1</userFollowCount>
<avatar>sample string 8</avatar>
<modificationDate>sample string 9</modificationDate>
<username>sample string 10</username>
</Result>
<Result>
<id>1</id>
<creationDate>sample string 2</creationDate>
<realname>sample string 3</realname>
<type>sample string 4</type>
<active>true</active>
<deactivated>true</deactivated>
<suspended>true</suspended>
<bronze>1</bronze>
<followCount>1</followCount>
<followerCount>1</followerCount>
<gold>1</gold>
<postCount>1</postCount>
<reputation>1</reputation>
<silver>1</silver>
<userFollowCount>1</userFollowCount>
<avatar>sample string 8</avatar>
<modificationDate>sample string 9</modificationDate>
<username>sample string 10</username>
</Result>
</Root>
Code Generator
Response Information
AnswerHubResultModelOfListOfAnswerHubUser
Name | Description | Type | Additional information |
---|---|---|---|
Time | string |
None. |
|
Error | Exception |
None. |
|
ErrorMessage | string |
None. |
|
Status | string |
None. |
|
Server | string |
None. |
|
Result | List of AnswerHubUser |
None. |
|
VerboseLogger | List of IVerboseLogger |
None. |
GET
api/v2/AnswerHub/GetUserByUserName?authorization={authorization}&userName={userName}