group_get_groups¶
List groups
Functions
- async pydelfini.delfini_core.api.group.group_get_groups.asyncio(*, client, member=Unset, admin=Unset, controlled=Unset, account_linked=Unset, visibility_level=Unset, meta=Unset, bmeta=Unset)[source]¶
List groups
List all the groups that are visible to the current user, whether logged in or not.
- Parameters:
- Raises:
errors.UnexpectedStatus – If the server returns a status code greater than or equal to 300.
httpx.TimeoutException – If the request takes longer than Client.timeout.
- Returns:
Union[GroupGetGroupsResponse200]
- Return type:
- async pydelfini.delfini_core.api.group.group_get_groups.asyncio_detailed(*, client, member=Unset, admin=Unset, controlled=Unset, account_linked=Unset, visibility_level=Unset, meta=Unset, bmeta=Unset)[source]¶
List groups
List all the groups that are visible to the current user, whether logged in or not.
- Parameters:
- Raises:
errors.UnexpectedStatus – If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
httpx.TimeoutException – If the request takes longer than Client.timeout.
- Returns:
Response[Union[GroupGetGroupsResponse200, ServerError]]
- Return type:
- pydelfini.delfini_core.api.group.group_get_groups.sync(*, client, member=Unset, admin=Unset, controlled=Unset, account_linked=Unset, visibility_level=Unset, meta=Unset, bmeta=Unset)[source]¶
List groups
List all the groups that are visible to the current user, whether logged in or not.
- Parameters:
- Raises:
errors.UnexpectedStatus – If the server returns a status code greater than or equal to 300.
httpx.TimeoutException – If the request takes longer than Client.timeout.
- Returns:
Union[GroupGetGroupsResponse200]
- Return type:
- pydelfini.delfini_core.api.group.group_get_groups.sync_detailed(*, client, member=Unset, admin=Unset, controlled=Unset, account_linked=Unset, visibility_level=Unset, meta=Unset, bmeta=Unset)[source]¶
List groups
List all the groups that are visible to the current user, whether logged in or not.
- Parameters:
- Raises:
errors.UnexpectedStatus – If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
httpx.TimeoutException – If the request takes longer than Client.timeout.
- Returns:
Response[Union[GroupGetGroupsResponse200, ServerError]]
- Return type: