/
DE
defaulr
/
Outline API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 20m ago · Updated 2y ago
View markdown
defaulr
Outline API
post
Retrieve a group
v6
latest
OpenAPI 3.0.0
raw.githubusercontent.com
2024-10-18
75
25
179.6 KB
Attachments
3
Auth
2
Collections
14
Comments
4
Documents
22
Events
1
FileOperations
4
Groups
8
post
Retrieve a group
post
List all groups
post
Create a group
post
Update a group
post
Delete a group
post
List all group members
post
Add a group member
post
Remove a group member
Revisions
2
Shares
5
Users
8
Views
2
Groups
Retrieve a group
post
/groups.info
Request body
object
required
id
string
uuid
required
Unique identifier for the group.
Response
OK
object
required
data
Group
Example response
{ "data": { "name": "Engineering", "memberCount": 11 } }