github.com/grokify/go-ringcentral-client@v0.3.31/engagedigital/v1/client/README.md (about)

     1  # Go API client for engagedigital
     2  
     3  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
     4  
     5  ## Overview
     6  This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project.  By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.
     7  
     8  - API version: 1.0
     9  - Package version: 1.0.0
    10  - Build package: org.openapitools.codegen.languages.GoClientCodegen
    11  
    12  ## Installation
    13  
    14  Install the following dependencies:
    15  
    16  ```shell
    17  go get github.com/stretchr/testify/assert
    18  go get golang.org/x/oauth2
    19  go get golang.org/x/net/context
    20  go get github.com/antihax/optional
    21  ```
    22  
    23  Put the package under your project folder and add the following in import:
    24  
    25  ```golang
    26  import "./engagedigital"
    27  ```
    28  
    29  ## Documentation for API Endpoints
    30  
    31  All URIs are relative to *https://DOMAIN.api.engagement.dimelo.com/1.0*
    32  
    33  Class | Method | HTTP request | Description
    34  ------------ | ------------- | ------------- | -------------
    35  *AgentStatusApi* | [**ChangeAgentStatus**](docs/AgentStatusApi.md#changeagentstatus) | **Put** /status/{agentId} | Changing an agent's status
    36  *AgentStatusApi* | [**GetAgentStatus**](docs/AgentStatusApi.md#getagentstatus) | **Get** /status/{agentId} | Get a connected agent status
    37  *AgentStatusApi* | [**GetAllAgentStatus**](docs/AgentStatusApi.md#getallagentstatus) | **Get** /status | Get all connected agents status
    38  *AttachmentsApi* | [**CreateAttachment**](docs/AttachmentsApi.md#createattachment) | **Post** /attachments | Creating an attachment
    39  *AttachmentsApi* | [**GetAllAttachments**](docs/AttachmentsApi.md#getallattachments) | **Get** /attachments | Getting all attachments
    40  *AttachmentsApi* | [**GetAttachment**](docs/AttachmentsApi.md#getattachment) | **Get** /attachments/{attachmentId} | Getting an attachment from its id
    41  *CategoriesApi* | [**CreateCategory**](docs/CategoriesApi.md#createcategory) | **Post** /categories | Creating a category
    42  *CategoriesApi* | [**DeleteCategory**](docs/CategoriesApi.md#deletecategory) | **Delete** /categories/{categoryId} | Deleting a category
    43  *CategoriesApi* | [**GetAllCategories**](docs/CategoriesApi.md#getallcategories) | **Get** /categories | Getting all categories
    44  *CategoriesApi* | [**GetCategory**](docs/CategoriesApi.md#getcategory) | **Get** /categories/{categoryId} | Getting a category from its id
    45  *CategoriesApi* | [**UpdateCategory**](docs/CategoriesApi.md#updatecategory) | **Put** /categories/{categoryId} | Updating a category
    46  *ChannelsApi* | [**GetAllChannels**](docs/ChannelsApi.md#getallchannels) | **Get** /channels | Getting all channels
    47  *ChannelsApi* | [**GetChannel**](docs/ChannelsApi.md#getchannel) | **Get** /channels/{channelId} | Getting a channel from its id
    48  *ChannelsApi* | [**UpdateChannel**](docs/ChannelsApi.md#updatechannel) | **Put** /channels/{channelId} | Updating a channel
    49  *CommunitiesApi* | [**GetAllCommunities**](docs/CommunitiesApi.md#getallcommunities) | **Get** /communities | Getting all communities
    50  *CommunitiesApi* | [**GetCommunity**](docs/CommunitiesApi.md#getcommunity) | **Get** /communities/{communityId} | Getting a community from its id
    51  *ContentsApi* | [**CategorizeContent**](docs/ContentsApi.md#categorizecontent) | **Put** /contents/{contentId}/update_categories | Categorizing a content
    52  *ContentsApi* | [**CreateContent**](docs/ContentsApi.md#createcontent) | **Post** /contents | Creating a content
    53  *ContentsApi* | [**GetAllContents**](docs/ContentsApi.md#getallcontents) | **Get** /contents | Contents
    54  *ContentsApi* | [**GetContent**](docs/ContentsApi.md#getcontent) | **Get** /contents/{contentId} | Getting a content from its id
    55  *ContentsApi* | [**IgnoreContent**](docs/ContentsApi.md#ignorecontent) | **Put** /contents/{contentId}/ignore | Ignoring a content
    56  *CustomFieldsApi* | [**CreateCustomField**](docs/CustomFieldsApi.md#createcustomfield) | **Post** /custom_fields | Creating a custom field
    57  *CustomFieldsApi* | [**DeleteCustomField**](docs/CustomFieldsApi.md#deletecustomfield) | **Delete** /custom_fields/{customFieldId} | Deleting a custom field
    58  *CustomFieldsApi* | [**GetAllCustomFields**](docs/CustomFieldsApi.md#getallcustomfields) | **Get** /custom_fields | Getting all custom fields
    59  *CustomFieldsApi* | [**GetCustomField**](docs/CustomFieldsApi.md#getcustomfield) | **Get** /custom_fields/{customFieldId} | Getting a custom field from its id
    60  *CustomFieldsApi* | [**UpdateCustomField**](docs/CustomFieldsApi.md#updatecustomfield) | **Put** /custom_fields/{customFieldId} | Updating a custom field
    61  *EventsApi* | [**GetAllEvents**](docs/EventsApi.md#getallevents) | **Get** /events | Getting all events
    62  *EventsApi* | [**GetEvent**](docs/EventsApi.md#getevent) | **Get** /events/{eventId} | Getting an event from its id
    63  *FoldersApi* | [**CreateFolder**](docs/FoldersApi.md#createfolder) | **Post** /folders | Creating a folder
    64  *FoldersApi* | [**DeleteFolder**](docs/FoldersApi.md#deletefolder) | **Delete** /folders/{folderId} | Deleting a folder
    65  *FoldersApi* | [**GetAllFolders**](docs/FoldersApi.md#getallfolders) | **Get** /folders | Getting all folders
    66  *FoldersApi* | [**GetFolder**](docs/FoldersApi.md#getfolder) | **Get** /folders/{folderId} | Getting a folder from its id
    67  *FoldersApi* | [**UpdateFolder**](docs/FoldersApi.md#updatefolder) | **Put** /folders/{folderId} | Updating a folder
    68  *IdentitiesApi* | [**GetAllIdentities**](docs/IdentitiesApi.md#getallidentities) | **Get** /identities | Getting all identities
    69  *IdentitiesApi* | [**GetIdentity**](docs/IdentitiesApi.md#getidentity) | **Get** /identities/{identityId} | Getting an identity from its id
    70  *IdentityGroupsApi* | [**GetAllIdentityGroups**](docs/IdentityGroupsApi.md#getallidentitygroups) | **Get** /identity_groups | Getting all identity groups
    71  *IdentityGroupsApi* | [**GetIdentityGroup**](docs/IdentityGroupsApi.md#getidentitygroup) | **Get** /identity_groups/{identityGroupId} | Getting an identity group from its id
    72  *IdentityGroupsApi* | [**UpdateIdentityGroup**](docs/IdentityGroupsApi.md#updateidentitygroup) | **Put** /identity_groups/{identityGroupId} | Updating an identity group
    73  *InterventionCommentsApi* | [**CreateInterventionComment**](docs/InterventionCommentsApi.md#createinterventioncomment) | **Post** /intervention_comments | Creating an intervention comment
    74  *InterventionCommentsApi* | [**DeleteInterventionComment**](docs/InterventionCommentsApi.md#deleteinterventioncomment) | **Delete** /intervention_comments/{interventionCommentId} | Deleting an intervention comment
    75  *InterventionCommentsApi* | [**GetAllInterventionComments**](docs/InterventionCommentsApi.md#getallinterventioncomments) | **Get** /intervention_comments | Getting all intervention comments
    76  *InterventionCommentsApi* | [**GetInterventionComment**](docs/InterventionCommentsApi.md#getinterventioncomment) | **Get** /intervention_comments/{interventionCommentId} | Getting an intervention comment from its id
    77  *InterventionsApi* | [**CancelIntervention**](docs/InterventionsApi.md#cancelintervention) | **Delete** /interventions/{interventionId}/cancel | Cancelling an intervention
    78  *InterventionsApi* | [**CategorizeIntervention**](docs/InterventionsApi.md#categorizeintervention) | **Put** /interventions/{interventionId}/update_categories | Categorizing an intervention
    79  *InterventionsApi* | [**CloseIntervention**](docs/InterventionsApi.md#closeintervention) | **Put** /interventions/{interventionId}/close | Closing an intervention
    80  *InterventionsApi* | [**CreateIntervention**](docs/InterventionsApi.md#createintervention) | **Post** /interventions | Creating an intervention
    81  *InterventionsApi* | [**GetAllInterventions**](docs/InterventionsApi.md#getallinterventions) | **Get** /interventions | Getting all interventions
    82  *InterventionsApi* | [**GetIntervention**](docs/InterventionsApi.md#getintervention) | **Get** /interventions/{interventionId} | Getting an intervention from its id
    83  *InterventionsApi* | [**ReassignIntervention**](docs/InterventionsApi.md#reassignintervention) | **Put** /interventions/{interventionId}/reassign | Reassigning an intervention
    84  *LocalesApi* | [**GetAllLocales**](docs/LocalesApi.md#getalllocales) | **Get** /locales | Getting all locales
    85  *PresenceStatusApi* | [**CreatePresenceStatus**](docs/PresenceStatusApi.md#createpresencestatus) | **Post** /presence_status | Creating a presence status
    86  *PresenceStatusApi* | [**DeletePresenceStatus**](docs/PresenceStatusApi.md#deletepresencestatus) | **Delete** /presence_status/{presenceStatusId} | Deleting a presence status
    87  *PresenceStatusApi* | [**GetAllPresenceStatus**](docs/PresenceStatusApi.md#getallpresencestatus) | **Get** /presence_status | Getting all presence statuses
    88  *PresenceStatusApi* | [**GetPresenceStatus**](docs/PresenceStatusApi.md#getpresencestatus) | **Get** /presence_status/{presenceStatusId} | Getting a presence status from its id
    89  *PresenceStatusApi* | [**UpdatePresenceStatus**](docs/PresenceStatusApi.md#updatepresencestatus) | **Put** /presence_status/{presenceStatusId} | Updating a presence status
    90  *ReplyAssistantEntriesApi* | [**CreateReplyAssistantEntry**](docs/ReplyAssistantEntriesApi.md#createreplyassistantentry) | **Post** /reply_assistant/entries | Creating an entry
    91  *ReplyAssistantEntriesApi* | [**DeleteReplyAssistantEntry**](docs/ReplyAssistantEntriesApi.md#deletereplyassistantentry) | **Delete** /reply_assistant/entries/{replyAssistantEntryId} | Deleting a reply assistant entry
    92  *ReplyAssistantEntriesApi* | [**GetAllReplyAssistantEntries**](docs/ReplyAssistantEntriesApi.md#getallreplyassistantentries) | **Get** /reply_assistant/entries | Getting​ a​ll​ reply assistant e​ntries
    93  *ReplyAssistantEntriesApi* | [**GetReplyAssistantEntry**](docs/ReplyAssistantEntriesApi.md#getreplyassistantentry) | **Get** /reply_assistant/entries/{replyAssistantEntryId} | Getting a reply assistant entry from its id
    94  *ReplyAssistantEntriesApi* | [**UpdateReplyAssistantEntry**](docs/ReplyAssistantEntriesApi.md#updatereplyassistantentry) | **Put** /reply_assistant/entries/{replyAssistantEntryId} | Updating a reply assistant entry
    95  *ReplyAssistantGroupsApi* | [**CreateReplyAssistantGroup**](docs/ReplyAssistantGroupsApi.md#createreplyassistantgroup) | **Post** /reply_assistant/groups | Creating a reply assistant group
    96  *ReplyAssistantGroupsApi* | [**DeleteReplyAssistantGroup**](docs/ReplyAssistantGroupsApi.md#deletereplyassistantgroup) | **Delete** /reply_assistant/groups/{replyAssistantGroupId} | Deleting a reply assistant group
    97  *ReplyAssistantGroupsApi* | [**GetAllReplyAssistantGroups**](docs/ReplyAssistantGroupsApi.md#getallreplyassistantgroups) | **Get** /reply_assistant/groups | Getting​ a​ll​ reply assistant groups
    98  *ReplyAssistantGroupsApi* | [**GetReplyAssistantGroup**](docs/ReplyAssistantGroupsApi.md#getreplyassistantgroup) | **Get** /reply_assistant/groups/{replyAssistantGroupId} | Getting a reply assistant group from its id
    99  *ReplyAssistantGroupsApi* | [**UpdateReplyAssistantGroup**](docs/ReplyAssistantGroupsApi.md#updatereplyassistantgroup) | **Put** /reply_assistant/groups/{replyAssistantGroupId} | Updating a reply assistant group
   100  *ReplyAssistantVersionsApi* | [**CreateReplyAssistantVersion**](docs/ReplyAssistantVersionsApi.md#createreplyassistantversion) | **Post** /reply_assistant/versions | Creating a reply assistant version
   101  *ReplyAssistantVersionsApi* | [**DeleteReplyAssistantVersion**](docs/ReplyAssistantVersionsApi.md#deletereplyassistantversion) | **Delete** /reply_assistant/versions/{replyAssistantVersionId} | Deleting a reply assistant version
   102  *ReplyAssistantVersionsApi* | [**GetAllReplyAssistantVersions**](docs/ReplyAssistantVersionsApi.md#getallreplyassistantversions) | **Get** /reply_assistant/versions | Getting​ a​ll​ reply assistant versions
   103  *ReplyAssistantVersionsApi* | [**GetReplyAssistantVersion**](docs/ReplyAssistantVersionsApi.md#getreplyassistantversion) | **Get** /reply_assistant/versions/{replyAssistantVersionId} | Getting a reply assistant version from its id
   104  *ReplyAssistantVersionsApi* | [**UpdateReplyAssistantVersion**](docs/ReplyAssistantVersionsApi.md#updatereplyassistantversion) | **Put** /reply_assistant/versions/{replyAssistantVersionId} | Updating a reply assistant version
   105  *RolesApi* | [**CreateRole**](docs/RolesApi.md#createrole) | **Post** /roles | Creating a role
   106  *RolesApi* | [**GetAllRoles**](docs/RolesApi.md#getallroles) | **Get** /roles | Getting all roles
   107  *RolesApi* | [**GetRole**](docs/RolesApi.md#getrole) | **Get** /roles/{roleId} | Getting a role from its id
   108  *RolesApi* | [**UpdateRole**](docs/RolesApi.md#updaterole) | **Put** /roles/{roleId} | Updating a role
   109  *SettingsApi* | [**GetAllSettings**](docs/SettingsApi.md#getallsettings) | **Get** /settings | Getting all settings
   110  *SettingsApi* | [**UpdateSettings**](docs/SettingsApi.md#updatesettings) | **Put** /settings | Updating settings
   111  *SourcesApi* | [**GetAllSources**](docs/SourcesApi.md#getallsources) | **Get** /content_sources | Getting all sources
   112  *SourcesApi* | [**GetSource**](docs/SourcesApi.md#getsource) | **Get** /content_sources/{sourceId} | Getting a source from its id
   113  *SourcesApi* | [**UpdateSource**](docs/SourcesApi.md#updatesource) | **Put** /content_sources/{sourceId} | Updating a source
   114  *TagsApi* | [**CreateTag**](docs/TagsApi.md#createtag) | **Post** /tags | Creating a tag
   115  *TagsApi* | [**DeleteTag**](docs/TagsApi.md#deletetag) | **Delete** /tags/{tagId} | Deleting a tag
   116  *TagsApi* | [**GetAllTags**](docs/TagsApi.md#getalltags) | **Get** /tags | Getting all tags
   117  *TagsApi* | [**GetTag**](docs/TagsApi.md#gettag) | **Get** /tags/{tagId} | Getting a tag from its id
   118  *TagsApi* | [**UpdateTag**](docs/TagsApi.md#updatetag) | **Put** /tags/{tagId} | Updating a tag
   119  *TasksApi* | [**GetAllTasks**](docs/TasksApi.md#getalltasks) | **Get** /tasks | Getting all tasks
   120  *TasksApi* | [**GetTask**](docs/TasksApi.md#gettask) | **Get** /tasks/{taskId} | Getting a task from its id
   121  *TasksApi* | [**MoveTask**](docs/TasksApi.md#movetask) | **Delete** /tasks/{taskId}/move | Move a task to another queue
   122  *TasksApi* | [**TransferTask**](docs/TasksApi.md#transfertask) | **Put** /tasks/{taskId}/transfer | Transferring a task
   123  *TeamsApi* | [**CreateTeam**](docs/TeamsApi.md#createteam) | **Post** /teams | Creating a team
   124  *TeamsApi* | [**DeleteTeam**](docs/TeamsApi.md#deleteteam) | **Delete** /teams/{teamId} | Deleting a team
   125  *TeamsApi* | [**GetAllTeams**](docs/TeamsApi.md#getallteams) | **Get** /teams | Getting all teams
   126  *TeamsApi* | [**GetTeam**](docs/TeamsApi.md#getteam) | **Get** /teams/{teamId} | Getting a team from its id
   127  *TeamsApi* | [**UpdateTeam**](docs/TeamsApi.md#updateteam) | **Put** /teams/{teamId} | Updating a team
   128  *ThreadsApi* | [**ArchiveThread**](docs/ThreadsApi.md#archivethread) | **Put** /content_threads/{threadId}/ignore | Archiving a thread
   129  *ThreadsApi* | [**CategorizeThread**](docs/ThreadsApi.md#categorizethread) | **Put** /content_threads/{threadId}/update_categories | Categorizing a thread
   130  *ThreadsApi* | [**CloseThread**](docs/ThreadsApi.md#closethread) | **Put** /content_threads/{threadId}/close | Close a thread
   131  *ThreadsApi* | [**GetAllThreads**](docs/ThreadsApi.md#getallthreads) | **Get** /content_threads | Getting all threads
   132  *ThreadsApi* | [**GetThread**](docs/ThreadsApi.md#getthread) | **Get** /content_threads/{threadId} | Getting a thread from its id
   133  *ThreadsApi* | [**OpenThread**](docs/ThreadsApi.md#openthread) | **Get** /content_threads/{threadId}/open | Open a thread
   134  *TimeSheetsApi* | [**CreateTimeSheet**](docs/TimeSheetsApi.md#createtimesheet) | **Post** /time_sheets | Creating a time sheet
   135  *TimeSheetsApi* | [**DeleteTimeSheet**](docs/TimeSheetsApi.md#deletetimesheet) | **Delete** /time_sheets/{timeSheetId} | Deleting a time sheet
   136  *TimeSheetsApi* | [**GetAllTimeSheets**](docs/TimeSheetsApi.md#getalltimesheets) | **Get** /time_sheets | Getting all time sheets
   137  *TimeSheetsApi* | [**GetTimeSheet**](docs/TimeSheetsApi.md#gettimesheet) | **Get** /time_sheets/{timeSheetId} | Getting a time sheet from its id
   138  *TimeSheetsApi* | [**UpdateTimeSheet**](docs/TimeSheetsApi.md#updatetimesheet) | **Put** /time_sheets/{timeSheetId} | Updating a time sheet
   139  *TimezonesApi* | [**GetAllTimezones**](docs/TimezonesApi.md#getalltimezones) | **Get** /timezones | Getting all timezones
   140  *UsersApi* | [**CreateUser**](docs/UsersApi.md#createuser) | **Post** /users | Creating a user
   141  *UsersApi* | [**DeleteUser**](docs/UsersApi.md#deleteuser) | **Delete** /users/{userId} | Deleting a user
   142  *UsersApi* | [**GetAllUsers**](docs/UsersApi.md#getallusers) | **Get** /users | Getting all users
   143  *UsersApi* | [**GetUser**](docs/UsersApi.md#getuser) | **Get** /users/{userId} | Getting a user from its id
   144  *UsersApi* | [**InviteUser**](docs/UsersApi.md#inviteuser) | **Post** /users/invite | Inviting a user
   145  *UsersApi* | [**UpdateUser**](docs/UsersApi.md#updateuser) | **Put** /users/{userId} | Updating a user
   146  *WebhooksApi* | [**CreateWebhook**](docs/WebhooksApi.md#createwebhook) | **Post** /webhooks | Creating a webhook
   147  *WebhooksApi* | [**DeleteWebhook**](docs/WebhooksApi.md#deletewebhook) | **Delete** /webhooks/{webhookId} | Deleting a webhook
   148  *WebhooksApi* | [**GetAllWebhooks**](docs/WebhooksApi.md#getallwebhooks) | **Get** /webhooks | Getting all webhooks
   149  *WebhooksApi* | [**GetWebhook**](docs/WebhooksApi.md#getwebhook) | **Get** /webhooks/{webhookId} | Getting a webhook from its id
   150  *WebhooksApi* | [**UpdateWebhook**](docs/WebhooksApi.md#updatewebhook) | **Put** /webhooks/{webhookId} | Updating a webhook
   151  
   152  
   153  ## Documentation For Models
   154  
   155   - [AgentCustomStatus](docs/AgentCustomStatus.md)
   156   - [AgentStatus](docs/AgentStatus.md)
   157   - [AgentStatusChannel](docs/AgentStatusChannel.md)
   158   - [Attachment](docs/Attachment.md)
   159   - [Category](docs/Category.md)
   160   - [Channel](docs/Channel.md)
   161   - [Community](docs/Community.md)
   162   - [Content](docs/Content.md)
   163   - [ContentAttachment](docs/ContentAttachment.md)
   164   - [ContentBodyFormatted](docs/ContentBodyFormatted.md)
   165   - [CustomField](docs/CustomField.md)
   166   - [Event](docs/Event.md)
   167   - [EventExtraInfo](docs/EventExtraInfo.md)
   168   - [Folder](docs/Folder.md)
   169   - [GetAllAgentStatusResponse](docs/GetAllAgentStatusResponse.md)
   170   - [GetAllAttachmentsResponse](docs/GetAllAttachmentsResponse.md)
   171   - [GetAllCategoriesResponse](docs/GetAllCategoriesResponse.md)
   172   - [GetAllChannelsResponse](docs/GetAllChannelsResponse.md)
   173   - [GetAllCommunitiesResponse](docs/GetAllCommunitiesResponse.md)
   174   - [GetAllContentsResponse](docs/GetAllContentsResponse.md)
   175   - [GetAllCustomFieldsResponse](docs/GetAllCustomFieldsResponse.md)
   176   - [GetAllEventsResponse](docs/GetAllEventsResponse.md)
   177   - [GetAllFoldersResponse](docs/GetAllFoldersResponse.md)
   178   - [GetAllIdentitiesResponse](docs/GetAllIdentitiesResponse.md)
   179   - [GetAllIdentityGroupsResponse](docs/GetAllIdentityGroupsResponse.md)
   180   - [GetAllInterventionCommentsResponse](docs/GetAllInterventionCommentsResponse.md)
   181   - [GetAllInterventionsResponse](docs/GetAllInterventionsResponse.md)
   182   - [GetAllPresenceStatusResponse](docs/GetAllPresenceStatusResponse.md)
   183   - [GetAllReplyAssistantEntriesResponse](docs/GetAllReplyAssistantEntriesResponse.md)
   184   - [GetAllReplyAssistantGroupsResponse](docs/GetAllReplyAssistantGroupsResponse.md)
   185   - [GetAllReplyAssistantVersionsResponse](docs/GetAllReplyAssistantVersionsResponse.md)
   186   - [GetAllRolesResponse](docs/GetAllRolesResponse.md)
   187   - [GetAllSourcesResponse](docs/GetAllSourcesResponse.md)
   188   - [GetAllTagsResponse](docs/GetAllTagsResponse.md)
   189   - [GetAllTasksResponse](docs/GetAllTasksResponse.md)
   190   - [GetAllTeamsResponse](docs/GetAllTeamsResponse.md)
   191   - [GetAllThreadsResponse](docs/GetAllThreadsResponse.md)
   192   - [GetAllTimeSheetsResponse](docs/GetAllTimeSheetsResponse.md)
   193   - [GetAllUsersResponse](docs/GetAllUsersResponse.md)
   194   - [GetAllWebhooksResponse](docs/GetAllWebhooksResponse.md)
   195   - [Identity](docs/Identity.md)
   196   - [IdentityGroup](docs/IdentityGroup.md)
   197   - [Intervention](docs/Intervention.md)
   198   - [InterventionComment](docs/InterventionComment.md)
   199   - [Locale](docs/Locale.md)
   200   - [PresenceStatus](docs/PresenceStatus.md)
   201   - [ReplyAssistantEntry](docs/ReplyAssistantEntry.md)
   202   - [ReplyAssistantGroup](docs/ReplyAssistantGroup.md)
   203   - [ReplyAssistantVersion](docs/ReplyAssistantVersion.md)
   204   - [Restriction](docs/Restriction.md)
   205   - [Role](docs/Role.md)
   206   - [Settings](docs/Settings.md)
   207   - [Source](docs/Source.md)
   208   - [Tag](docs/Tag.md)
   209   - [Task](docs/Task.md)
   210   - [Team](docs/Team.md)
   211   - [Thread](docs/Thread.md)
   212   - [TimeSheet](docs/TimeSheet.md)
   213   - [TimeSheetHoliday](docs/TimeSheetHoliday.md)
   214   - [Timezone](docs/Timezone.md)
   215   - [User](docs/User.md)
   216   - [Webhook](docs/Webhook.md)
   217   - [WebhookAccessToken](docs/WebhookAccessToken.md)
   218  
   219  
   220  ## Documentation For Authorization
   221  
   222  
   223  
   224  ## bearerAuth
   225  
   226  - **Type**: HTTP basic authentication
   227  
   228  Example
   229  
   230  ```golang
   231  auth := context.WithValue(context.Background(), sw.ContextBasicAuth, sw.BasicAuth{
   232      UserName: "username",
   233      Password: "password",
   234  })
   235  r, err := client.Service.Operation(auth, args)
   236  ```
   237  
   238  
   239  ## Author
   240  
   241  
   242