v4
latestSwagger 2.02026-08-0343714211.7 MBshare_groups
Share Groups
Show Share Group
Show Share Group
get/share_groups/{id}
Path parameters
idinteger required
Share Group ID.
Response
The ShareGroups object.
Example response
{
"id": 1,
"name": "Test group 1",
"notes": "This group is defined for testing purposes",
"user_id": 1,
"members": [
{
"name": "John Doe",
"company": "Acme Ltd",
"email": "johndoe@gmail.com"
}
]
}