bitmovin_api_sdk.account.organizations.groups package
Subpackages
Submodules
bitmovin_api_sdk.account.organizations.groups.group_list_query_params module
bitmovin_api_sdk.account.organizations.groups.groups_api module
- class bitmovin_api_sdk.account.organizations.groups.groups_api.GroupsApi(**kwargs)[source]
Bases:
BaseApi
- delete(organization_id: string_types, group_id: string_types, **kwargs: dict) BitmovinResponse [source]
Delete Group
- Parameters:
organization_id (string_types, required) – Id of the organization
group_id (string_types, required) – Id of the group
- Returns:
Id of the group
- Return type:
- get(organization_id: string_types, group_id: string_types, **kwargs: dict) Group [source]
Group Details
- Parameters:
organization_id (string_types, required) – Id of the organization
group_id (string_types, required) – Id of the group.
- Returns:
Encoding transer details
- Return type:
- list(organization_id: string_types, query_params: GroupListQueryParams = None, **kwargs: dict) Group [source]
List Groups
- Parameters:
organization_id (string_types, required) – Id of the organization
query_params (GroupListQueryParams) – Query parameters
- Returns:
Service specific result
- Return type: