StackOverflow API Package
- Domain: StackOverflow
- Credentials: clientId, clientSecret, clientKey
- Go to StackOverflow website
- Log in or create a new account
- Register an app
- After creation your app you will see Client ID, Client Secret and Client Key
| Datatype | Description | Example |
|---|---|---|
| Datepicker | String which includes date and time | 2016-05-28 00:00:00 |
| Map | String which includes latitude and longitude coma separated | 50.37, 26.56 |
| List | Simple array | ["123", "sample"] |
| Select | String with predefined values | sample |
| Array | Array of objects | [{"Second name":"123","Age":"12","Photo":"sdf","Draft":"sdfsdf"},{"name":"adi","Second name":"bla","Age":"4","Photo":"asfserwe","Draft":"sdfsdf"}] |
Creates a new token
| Field | Type | Description |
|---|---|---|
| clientId | credentials | The client id obtained from StackOverflow. |
| clientSecret | credentials | The client secret obtained from StackOverflow. |
| redirectUri | String | Your redirect URI |
| code | String | Code from the user. |
Immediately expires the access token passed. This method is meant to allow an application to discard any active access tokens it no longer needs.
| Field | Type | Description |
|---|---|---|
| accessToken | String | Access token obtained from StackOverflow. |
This method is meant for uninstalling applications, recovering from access_token leaks
| Field | Type | Description |
|---|---|---|
| accessToken | String | Access token obtained from StackOverflow. |
Returns the user associated with the passed accessToken
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| sortingOrder | Select | Ascending or descending sorting order. Possible values: asc and desc(default). |
| sortBy | Select | Parameter to sort by. Possible values: reputation(default), creation, name, modified. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
| min | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
| max | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
Returns information about the user with provided Ids
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| userIds | List | Ids of the user array. |
| sortingOrder | Select | Ascending or descending sorting order. Possible values: asc and desc(default). |
| sortBy | Select | Parameter to sort by. Possible values: reputation(default), creation, name, modified. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
| min | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
| max | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
Returns all users on a site.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| inName | String | The inName parameter lets consumers filter the results down to just those users with a certain substring in their display name. |
| sortingOrder | Select | Ascending or descending sorting order. Possible values: asc and desc(default). |
| sortBy | Select | Parameter to sort by. Possible values: reputation(default), creation, name, modified. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
| min | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
| max | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
Gets those users on a site who can exercise moderation powers. Note, employees of Stack Exchange Inc. will be returned if they have been granted moderation powers on a site even if they have never been appointed or elected explicitly. This method checks abilities, not the manner in which they were obtained.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| sortingOrder | Select | Ascending or descending sorting order. Possible values: asc and desc(default). |
| sortBy | Select | Parameter to sort by. Possible values: reputation(default), creation, name, modified. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
| min | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
| max | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
Returns those users on a site who both have moderator powers, and were actually elected. This method excludes Stack Exchange Inc. employees, unless they were actually elected moderators on a site (which can only have happened prior to their employment).
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| sortingOrder | Select | Ascending or descending sorting order. Possible values: asc and desc(default). |
| sortBy | Select | Parameter to sort by. Possible values: reputation(default), creation, name, modified. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
| min | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
| max | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
Get a subset of the actions of that have been taken by the users identified by accessToken.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
Get a subset of the actions of that have been taken by the users identified by id.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| userId | Number | Id of the user |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
Returns all the undeleted answers in the system.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| sortingOrder | Select | Ascending or descending sorting order. Possible values: asc and desc(default). |
| sortBy | Select | Parameter to sort by. Possible values: activity(default), creation, votes. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
| min | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
| max | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
Returns answers in the system with provided Ids.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| answerIds | List | List of ids array. |
| sortingOrder | Select | Ascending or descending sorting order. Possible values: asc and desc(default). |
| sortBy | Select | Parameter to sort by. Possible values: activity(default), creation, votes. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
| min | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
| max | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
Accepts an answer.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client Key for your application |
| accessToken | String | Access token obtained from StackOverflow. |
| answerId | Number | Id of the answer to accept |
| preview | Select | Preview: true or false |
Undo accept on answer.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client Key for your application |
| accessToken | String | Access token obtained from StackOverflow. |
| answerId | Number | Id of the answer to undo accept |
| preview | Select | Preview: true or false |
Downvote an answer.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client Key for your application |
| accessToken | String | Access token obtained from StackOverflow. |
| answerId | Number | Id of the answer to downvote |
| preview | Select | Preview: true or false |
Undo downvote on answer.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client Key for your application |
| accessToken | String | Access token obtained from StackOverflow. |
| answerId | Number | Id of the answer to undo downvote |
| preview | Select | Preview: true or false |
Upvote an answer.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client Key for your application |
| accessToken | String | Access token obtained from StackOverflow. |
| answerId | Number | Id of the answer to upvote |
| preview | Select | Preview: true or false |
Undo upvote on answer.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client Key for your application |
| accessToken | String | Access token obtained from StackOverflow. |
| answerId | Number | Id of the answer to undo upvote |
| preview | Select | Preview: true or false |
Updates answer
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client Key for your application |
| accessToken | String | Access token obtained from StackOverflow. |
| answerId | Number | Id of the answer to undo downvote |
| answerBody | String | Body of the answer update |
| answerComment | String | Comment of the answer update |
| preview | Select | Preview: true or false |
Returns the different flags that the user identified with an accessToken can create for the answer identified by answerId.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client Key for your application |
| accessToken | String | Access token obtained from StackOverflow. |
| answerId | Number | Id of the answer |
Adds flag to the answer
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client Key for your application |
| accessToken | String | Access token obtained from StackOverflow. |
| answerId | Number | Id of the answer |
| flagId | Number | Id of the flag |
| preview | Select | Preview: true or false |
Gets the answers to a set of questions identified in ids.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| questionIds | String | Question ids string (Example: 1;3) |
| sortingOrder | Select | Ascending or descending sorting order. Possible values: asc and desc(default). |
| sortBy | Select | Parameter to sort by. Possible values: activity(default), creation, votes. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
| min | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
| max | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
Create a new answer on the given question.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client Key for your application |
| accessToken | String | Access token obtained from StackOverflow. |
| questionId | Number | Id of the question to answer |
| answerBody | String | Body of the answer |
| preview | Select | Preview: true or false |
Returns the answers owned by the user associated with the given accessToken.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| sortingOrder | Select | Ascending or descending sorting order. Possible values: asc and desc(default). |
| sortBy | Select | Parameter to sort by. Possible values: activity(default), creation, votes. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
| min | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
| max | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
Returns the answers the users in userIds have posted.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| userIds | String | Ids of the users string (Example: 1;3) |
| sortingOrder | Select | Ascending or descending sorting order. Possible values: asc and desc(default). |
| sortBy | Select | Parameter to sort by. Possible values: activity(default), creation, votes. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
| min | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
| max | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
Returns the top 30 answers the user associated with the given userId has posted in response to questions with the given tags.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| tagList | List | List of tags. |
| userId | Number | Id of the user |
| sortingOrder | Select | Ascending or descending sorting order. Possible values: asc and desc(default). |
| sortBy | Select | Parameter to sort by. Possible values: activity(default), creation, votes. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
| min | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
| max | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
Returns all the badges in the system.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| inName | String | The inName parameter lets consumers filter the results down to just those badges with a certain substring in their display name. |
| sortingOrder | Select | Ascending or descending sorting order. Possible values: asc and desc(default). |
| sortBy | Select | Parameter to sort by. Possible values: rank(default), name, type. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
| min | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
| max | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
Gets the badges identified in badgeIds.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| badgeIds | List | Badge Ids array |
| sortingOrder | Select | Ascending or descending sorting order. Possible values: asc and desc(default). |
| sortBy | Select | Parameter to sort by. Possible values: rank(default), name, type. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
| min | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
| max | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
Returns recently awarded badges in the system.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
Gets all explicitly named badges in the system.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| inName | String | The inName parameter lets consumers filter the results down to just those badges with a certain substring in their display name. |
| sortingOrder | Select | Ascending or descending sorting order. Possible values: asc and desc(default). |
| sortBy | Select | Parameter to sort by. Possible values: rank(default), name. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
| min | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
| max | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
Gets the badges that are awarded for participation in specific tags.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| inName | String | The inName parameter lets consumers filter the results down to just those badges with a certain substring in their tag name. |
| sortingOrder | Select | Ascending or descending sorting order. Possible values: asc and desc(default). |
| sortBy | Select | Parameter to sort by. Possible values: rank(default), name. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
| min | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
| max | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
Returns the badges earned by the user associated with the given accessToken
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| sortingOrder | Select | Ascending or descending sorting order. Possible values: asc and desc(default). |
| sortBy | Select | Parameter to sort by. Possible values: rank(default), name, type |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
| min | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
| max | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
Returns the badges earned by the users associated with the given userIds
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| userIds | List | Ids of the users array. |
| sortingOrder | Select | Ascending or descending sorting order. Possible values: asc and desc(default). |
| sortBy | Select | Parameter to sort by. Possible values: rank(default), name, type, awarded |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
| min | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
| max | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
Deletes an answer.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client Key for your application |
| accessToken | String | Access token obtained from StackOverflow. |
| answerId | Number | Id of the answer to delete |
| preview | Select | Preview: true or false |
Gets the comments on a set of answers.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| answerIds | String | Answer Ids string (Example: 1;3) |
| sortingOrder | Select | Ascending or descending sorting order. Possible values: asc and desc(default). |
| sortBy | Select | Parameter to sort by. Possible values: creation(default), votes. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
| min | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
| max | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
Gets all the comments on the site.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| sortingOrder | Select | Ascending or descending sorting order. Possible values: asc and desc(default). |
| sortBy | Select | Parameter to sort by. Possible values: creation(default), votes. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
| min | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
| max | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
Gets all the comments with commentIds.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| commentIds | List | Ids of the comments. |
| sortingOrder | Select | Ascending or descending sorting order. Possible values: asc and desc(default). |
| sortBy | Select | Parameter to sort by. Possible values: creation(default), votes. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
| min | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
| max | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
Create a new comment.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client Key for your application |
| accessToken | String | Access token obtained from StackOverflow. |
| postId | Number | Id of the post to comment |
| commentBody | String | Body of the comment |
| preview | Select | Preview: true or false |
Updates comment
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client Key for your application |
| accessToken | String | Access token obtained from StackOverflow. |
| commentId | Number | Id of the comment to update |
| commentBody | String | Body of the comment |
| preview | Select | Preview: true or false |
Returns the different flags that the user identified with an accessToken can create for the comment identified by commentId.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client Key for your application |
| accessToken | String | Access token obtained from StackOverflow. |
| commentId | Number | Id of the comment |
| preview | Select | Preview: true or false |
Returns the different flags that the user identified with an accessToken can create for the question identified by questionId.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client Key for your application |
| accessToken | String | Access token obtained from StackOverflow. |
| questionId | Number | Id of the question |
Adds flag to the comment
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client Key for your application |
| accessToken | String | Access token obtained from StackOverflow. |
| commentId | Number | Id of the comment |
| flagId | Number | Id of the flag |
| preview | Select | Preview: true or false |
Upvotes the comment.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client Key for your application |
| accessToken | String | Access token obtained from StackOverflow. |
| commentId | Number | Id of the comment to upvote |
| preview | Select | Preview: true or false |
Undo upvote on comment.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client Key for your application |
| accessToken | String | Access token obtained from StackOverflow. |
| commentId | Number | Id of the comment to undo upvote |
| preview | Select | Preview: true or false |
Deletes a comment.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client Key for your application |
| accessToken | String | Access token obtained from StackOverflow. |
| commentId | Number | Id of the comment to delete |
| preview | Select | Preview: true or false |
Gets the comments on a set of posts.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| postIds | List | Post Ids array |
| sortingOrder | Select | Ascending or descending sorting order. Possible values: asc and desc(default). |
| sortBy | Select | Parameter to sort by. Possible values: creation(default), votes. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
| min | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
| max | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
Returns the comments owned by the user associated with the given accessToken.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| sortingOrder | Select | Ascending or descending sorting order. Possible values: asc and desc(default). |
| sortBy | Select | Parameter to sort by. Possible values: creation(default), votes. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
| min | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
| max | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
Gets the comments of users in userIds
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| userIds | List | User Ids array |
| sortingOrder | Select | Ascending or descending sorting order. Possible values: asc and desc(default). |
| sortBy | Select | Parameter to sort by. Possible values: creation(default), votes. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
| min | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
| max | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
Returns the comments owned by the user associated with the given accessToken that are in reply to the user identified by userId.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| userId | Number | User Id |
| sortingOrder | Select | Ascending or descending sorting order. Possible values: asc and desc(default). |
| sortBy | Select | Parameter to sort by. Possible values: creation(default), votes. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
| min | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
| max | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
Get the comments that the users in commentatorIds have posted in reply to the single user identified in userId.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| commentatorIds | List | Commentators' Ids |
| userId | Number | User Id |
| sortingOrder | Select | Ascending or descending sorting order. Possible values: asc and desc(default). |
| sortBy | Select | Parameter to sort by. Possible values: creation(default), votes. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
| min | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
| max | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
Returns the comments mentioning the user associated with the given accessToken.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| sortingOrder | Select | Ascending or descending sorting order. Possible values: asc and desc(default). |
| sortBy | Select | Parameter to sort by. Possible values: creation(default), votes. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
| min | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
| max | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
Returns the comments mentioning the users in userIds.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| userIds | List | Ids of users array |
| sortingOrder | Select | Ascending or descending sorting order. Possible values: asc and desc(default). |
| sortBy | Select | Parameter to sort by. Possible values: creation(default), votes. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
| min | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
| max | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
Returns a stream of events that have occurred on the site.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
Returns a collection of statistics about the site.
No arguments.
Returns a user's inbox associated with accessToken
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
Returns a user's with provided Id inbox
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| userId | Number | Id of the user |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
Returns the unread items from a user's inbox associated with accessToken
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| since | DatePicker | Since the date |
Returns the unread items in a user's inbox.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| userId | Number | Id of the user |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| since | DatePicker | Since the date |
Returns all of a user's associated accounts, given an acccessToken for them.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| accountTypes | String | You can filter the accountTypes returned by this method with the types parameter. Specify, semicolon delimited, main_site or meta_site to filter by site. |
Returns all of a user's associated accounts, given their userIds
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| userIds | List | List of user ids array. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| accountTypes | String | You can filter the accountTypes returned by this method with the types parameter. Specify, semicolon delimited, main_site or meta_site to filter by site. |
Returns a summary of a user's activity across the Stack Exchange network, given their userId.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| userId | Number | Id of the user |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
| activityTypes | String | One of question_posted, answer_posted, badge_earned, or comment_posted |
Returns a summary of a user's activity across the Stack Exchange network associated with provided accessToken.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
| activityTypes | String | Type of network activity |
Returns a user's notifications, given an accessToken.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
Returns a user's notifications with provided userId.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| userId | Number | Id of the user |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
Returns a user's unread notifications, given an accessToken.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
Returns a user's unread notifications with provided userId.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| userId | Number | Id of the user |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
Fetches all posts (questions and answers) on the site.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| sortingOrder | Select | Ascending or descending sorting order. Possible values: asc and desc(default). |
| sortBy | Select | Parameter to sort by. Possible values: activity(default), creation, votes. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
| min | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
| max | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
Fetches posts (questions and answers) on the site with provided Ids.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| postIds | List | Ids of posts. |
| sortingOrder | Select | Ascending or descending sorting order. Possible values: asc and desc(default). |
| sortBy | Select | Parameter to sort by. Possible values: activity(default), creation, votes. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
| min | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
| max | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
Fetches all posts (questions and answers) of the user with provided accessToken.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| sortingOrder | Select | Ascending or descending sorting order. Possible values: asc and desc(default). |
| sortBy | Select | Parameter to sort by. Possible values: activity(default), creation, votes. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
| min | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
| max | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
Fetches posts (questions and answers) on the site made by users with provided Ids.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| userIds | List | Ids of users. |
| sortingOrder | Select | Ascending or descending sorting order. Possible values: asc and desc(default). |
| sortBy | Select | Parameter to sort by. Possible values: activity(default), creation, votes. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
| min | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
| max | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
Returns the earnable privileges on a site.
| Field | Type | Description |
|---|---|---|
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
Returns the privileges on a site for the user identified by provided accessToken.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
Returns the privileges on a site for the user identified by provided userId.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| userId | Number | Id of the user. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
Returns the reputation on a site for the user identified by provided accessToken.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
Returns the reputation on a site for the user identified by provided userIds.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| userIds | String | Ids of the users. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
Returns the reputation history on a site for the user identified by provided accessToken.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
Creates a new filter given a list of includes, excludes, a base filter, and whether or not this filter should be unsafe.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| includeList | String | List of includes |
| exludeList | String | List of excludes |
| baseFilter | String | Base filter |
| unsafe | Boolean | Is filter safe or not |
Returns edit revisions for the posts identified in postsIds
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| postIds | List | Ids of the posts. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
Returns edit revisions identified by revisionsIds
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| revisionIds | List | Ids of the revisions. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
Returns suggested edits on the posts identified in ids.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| postIds | List | Post Ids array |
| sortingOrder | Select | Ascending or descending sorting order. Possible values: asc and desc(default). |
| sortBy | Select | Parameter to sort by. Possible values: creation(default), approval, rejection. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
| min | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
| max | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
Returns all the suggested edits in the systems.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| sortingOrder | Select | Ascending or descending sorting order. Possible values: asc and desc(default). |
| sortBy | Select | Parameter to sort by. Possible values: creation(default), approval, rejection. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
| min | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
| max | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
Returns suggested edits identified in editIds
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| editIds | List | Edit Ids array |
| sortingOrder | Select | Ascending or descending sorting order. Possible values: asc and desc(default). |
| sortBy | Select | Parameter to sort by. Possible values: creation(default), approval, rejection. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
| min | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
| max | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
Returns the suggested edits the user identified by accessToken has submitted.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| sortingOrder | Select | Ascending or descending sorting order. Possible values: asc and desc(default). |
| sortBy | Select | Parameter to sort by. Possible values: creation(default), approval, rejection. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
| min | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
| max | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
Returns the suggested edits a users in userIds have submitted.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| userIds | List | User Ids array |
| sortingOrder | Select | Ascending or descending sorting order. Possible values: asc and desc(default). |
| sortBy | Select | Parameter to sort by. Possible values: creation(default), approval, rejection. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
| min | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
| max | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
Returns the tags found on a site.
| Field | Type | Description |
|---|---|---|
| inName | String | Filters down to tags that contain a certain substring |
| sortingOrder | Select | Ascending or descending sorting order. Possible values: asc and desc(default). |
| sortBy | Select | Parameter to sort by. Possible values: popular(default), activity, name. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
| min | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
| max | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
Returns the tags found on a site that only moderators can use.
| Field | Type | Description |
|---|---|---|
| inName | String | Filters down to tags that contain a certain substring |
| sortingOrder | Select | Ascending or descending sorting order. Possible values: asc and desc(default). |
| sortBy | Select | Parameter to sort by. Possible values: popular(default), activity, name. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
| min | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
| max | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
Returns the tags found on a site that fulfill required tag constraints on questions.
| Field | Type | Description |
|---|---|---|
| inName | String | Filters down to tags that contain a certain substring |
| sortingOrder | Select | Ascending or descending sorting order. Possible values: asc and desc(default). |
| sortBy | Select | Parameter to sort by. Possible values: popular(default), activity, name. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
| min | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
| max | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
Returns tag objects representing the tags in tagNames found on the site.
| Field | Type | Description |
|---|---|---|
| tagNames | List | List of tag names array |
| sortingOrder | Select | Ascending or descending sorting order. Possible values: asc and desc(default). |
| sortBy | Select | Parameter to sort by. Possible values: popular(default), activity, name. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
| min | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
| max | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
Returns the tags that are most related to those in tagNames.
| Field | Type | Description |
|---|---|---|
| tagNames | List | List of tag names array |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
Returns the tags the user identified by the accessToken passed is active in.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| sortingOrder | Select | Ascending or descending sorting order. Possible values: asc and desc(default). |
| sortBy | Select | Parameter to sort by. Possible values: popular(default), activity, name. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
| min | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
| max | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
Returns the tags the users identified in userIds have been active in.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| userIds | List | Ids of users |
| sortingOrder | Select | Ascending or descending sorting order. Possible values: asc and desc(default). |
| sortBy | Select | Parameter to sort by. Possible values: popular(default), activity, name. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
| min | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
| max | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
Returns the top 30 answerers active in a single tag, of either all-time or the last 30 days.
| Field | Type | Description |
|---|---|---|
| tagName | String | Name of the tag |
| period | Select | Period of the selection. Possible valued: all_time(default), month |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
Returns the top 30 askers active in a single tag, of either all-time or the last 30 days.
| Field | Type | Description |
|---|---|---|
| tagName | String | Name of the tag |
| period | Select | Period of the selection. Possible valued: all_time(default), month |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
Returns all tag synonyms found a site.
| Field | Type | Description |
|---|---|---|
| sortingOrder | Select | Ascending or descending sorting order. Possible values: asc and desc(default). |
| sortBy | Select | Parameter to sort by. Possible values: creation(default), activity, applied. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
| min | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
| max | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
Gets all the synonyms that point to the tags identified in tagNames
| Field | Type | Description |
|---|---|---|
| tagNames | List | list of tags |
| sortingOrder | Select | Ascending or descending sorting order. Possible values: asc and desc(default). |
| sortBy | Select | Parameter to sort by. Possible values: creation(default), activity, applied. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
| min | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
| max | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
Gets the wikis that go with the given set of tags
| Field | Type | Description |
|---|---|---|
| tagNames | List | list of tags |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
Returns the user identified by accessToken's top 30 tags by answer score.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
Returns the user identified by accessToken's top 30 tags by question score.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
Returns the user identified by accessToken's top 30 tags by combined question and answer score.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
Returns the user identified by userId top 30 tags by answer score.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| userId | String | id of the user |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
Returns the user identified by userId top 30 tags by question score.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| userId | String | id of the user |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
Returns the user identified by userId top 30 tags by combined question and answer score.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| userId | String | id of the user |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
Returns users' public reputation history.
| Field | Type | Description |
|---|---|---|
| clientKey | credentials | Client key obtained from StackOverflow |
| accessToken | String | Access token obtained from StackOverflow. |
| userId | String | id of the user |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
Searches a site for items which match the given criteria.
| Field | Type | Description |
|---|---|---|
| searchString | String | A free form text parameter, will match all question properties based on an undocumented algorithm. |
| sortingOrder | Select | Ascending or descending sorting order. Possible values: asc and desc(default). |
| sortBy | Select | Parameter to sort by. Possible values: activity(default), creation, votes, relevance. |
| pageNumber | Number | Number of the page |
| pageSize | Number | Size of the page |
| fromDate | DatePicker | Defines the range of creation_date |
| toDate | DatePicker | Defines the range of creation_date |
| min | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
| max | Number | Specify the range of a field must fall in (that field being specified by sortBy) |
| accepted | Boolean | true to return only questions with accepted answers, false to return only those without. |
| minAnswers | Number | The minimum number of answers returned questions must have |
| questionBody | String | Text which must appear in returned questions' bodies. |
| closed | Boolean | true to return only closed questions, false to return only open ones |
| migrated | Boolean | true to return only questions migrated away from a site, false to return only those not. |
| notice | Boolean | true to return only questions with post notices, false to return only those without. |
| exceptTags | List | A semicolon delimited list of tags, none of which will be present on returned questions. At least one additional parameter must be set if exceptTags is set, for performance reasons. |
| withTags | List | A semicolon delimited list of tags, of which at least one will be present on all returned questions. |
| questionTitle | String | Text which must appear in returned questions' titles. |
| questionerId | Number | The id of the user who must own the questions returned. |
| withUrl | String | A url which must be contained in a post, may include a wildcard. |
| minViews | Number | The minimum number of views returned questions must have. |
| wiki | Boolean | True to return only community wiki questions, false to return only non-community wiki ones. |
