Interface IAppGroupsRestService NamespaceOpenSettings.Services.Rest.Interfaces AssemblyOpenSettings.dll public interface IAppGroupsRestService : IAppGroupsService Inherited Members IAppGroupsService.GetPaginatedGroupsAsync(GetPaginatedInput, CancellationToken) IAppGroupsService.DeleteUnmappedGroupsAsync(CancellationToken) IAppGroupsService.GetGroupsAsync(GetGroupsInput, CancellationToken) IAppGroupsService.CreateGroupAsync(CreateGroupInput, CancellationToken) IAppGroupsService.GetGroupByIdAsync(GetGroupInput, CancellationToken) IAppGroupsService.GetGroupBySlugAsync(GetGroupInput, CancellationToken) IAppGroupsService.UpdateGroupAsync(UpdateGroupInput, CancellationToken) IAppGroupsService.DeleteGroupAsync(DeleteGroupInput, CancellationToken) IAppGroupsService.UpdateGroupSortOrderAsync(UpdateGroupSortOrderInput, CancellationToken) IAppGroupsService.DragGroupAsync(DragItemSortOrderInput, CancellationToken) IAppGroupsService.ReorderAsync() IAppGroupsService.GetOrCreateAsync(string, SetSortOrderPosition, Guid?, CancellationToken)