Click or drag to resize

GroupsClient Methods

To get started, call one of the following methods:
  • Anysense.API.Client.V1.ApiClient.Create
  • Anysense.API.Client.V1.ApiClient.CreateAsync
  • Anysense.API.Client.V1.ApiClient.CreateWithToken
  • Anysense.API.Client.V1.ApiClient.CreateWithTokenAsync
See Anysense.API.Client.Shared.BaseClient<T> for documentation on these methods.

The GroupsClient type exposes the following members.

Methods
 NameDescription
Public methodDelete Deletes a group
Public methodDeleteAsync Deletes a group
Public methodGet Returns a single group
Public methodGetAsync Returns a single group
Public methodGetList Returns all groups
Public methodGetListAsync Returns all groups
Public methodIsGroupDescriptionAvailable Checks if group name is taken
Public methodIsGroupDescriptionAvailableAsync Checks if group name is taken
Public methodSave Updates or adds a group
Public methodSaveAsync Updates or adds a group
Top
See Also