Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
docs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
21
Issues
21
List
Board
Labels
Milestones
Merge Requests
19
Merge Requests
19
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mastodon
docs
Commits
821a7783
Commit
821a7783
authored
Jan 26, 2019
by
Vyr Cossont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
account statuses API: document exclude_reblogs
parent
28bb5236
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
9 deletions
+10
-9
accounts.md
content/en/api/rest/accounts.md
+10
-9
No files found.
content/en/api/rest/accounts.md
View file @
821a7783
...
@@ -126,15 +126,16 @@ Returns array of [Status]({{< relref "entities.md#status" >}})
...
@@ -126,15 +126,16 @@ Returns array of [Status]({{< relref "entities.md#status" >}})
### Parameters
### Parameters
|Name|Description|Required|Default|
|Name|Description|Required|Default|Added in|
|----|-----------|:------:|:-----:|
|----|-----------|:------:|:-----:|:------:|
|
`only_media`
| Only return statuses that have media attachments | Optional |false|
|
`only_media`
| Only return statuses that have media attachments | Optional | false | |
|
`pinned`
| Only return statuses that have been pinned | Optional |false|
|
`pinned`
| Only return statuses that have been pinned | Optional | false | |
|
`exclude_replies`
| Skip statuses that reply to other statuses | Optional |false|
|
`exclude_replies`
| Skip statuses that reply to other statuses | Optional | false | |
|
`max_id`
| Return results older than ID | Optional ||
|
`max_id`
| Return results older than ID | Optional | | |
|
`since_id`
| Return results newer than ID | Optional ||
|
`since_id`
| Return results newer than ID | Optional | | |
|
`min_id`
| Return results immediately newer than ID | Optional ||
|
`min_id`
| Return results immediately newer than ID | Optional | | |
|
`limit`
| Maximum number of results | Optional | 20 |
|
`limit`
| Maximum number of results | Optional | 20 | | |
|
`exclude_reblogs`
| Skip statuses that are reblogs of other statuses | Optional | false | 2.7.0 |
### Pagination
### Pagination
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment