modulepackage
0.0.0-20211209181057-44ac1c29ee42
Repository: https://github.com/techspaceco/front-go.git
Documentation: pkg.go.dev
# README
front-go
API wrapper for the Front Public API.
USAGE
client, err := front.NewClientWithResponses(
"https://api2.frontapp.com/",
front.WithAuthorizationToken("<YOUR_AUTH_TOKEN>"),
)
if err != nil {
// ...
}
response, err := client.ListAccountsWithResponse(context.Background())
if err == nil && response.JSON200 != nil {
// ...
}
LICENSE
MIT
# Packages
Package front is a generated GoMock package.
# Functions
BooleanParam creates a boolean pointer for optional boolean params.
GetSwagger returns the Swagger specification corresponding to the generated code in this file.
Creates a new Client, with reasonable defaults.
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling.
NewCreateAnalyticsExportRequest calls the generic CreateAnalyticsExport builder with application/json body.
NewCreateAnalyticsExportRequestWithBody generates requests for CreateAnalyticsExport with any type of body.
NewCreateAnalyticsReportRequest calls the generic CreateAnalyticsReport builder with application/json body.
NewCreateAnalyticsReportRequestWithBody generates requests for CreateAnalyticsReport with any type of body.
NewCreateExportRequest calls the generic CreateExport builder with application/json body.
NewCreateExportRequestWithBody generates requests for CreateExport with any type of body.
NewDeleteAccountsAccountIdContactsRequest calls the generic DeleteAccountsAccountIdContacts builder with application/json body.
NewDeleteAccountsAccountIdContactsRequestWithBody generates requests for DeleteAccountsAccountIdContacts with any type of body.
NewDeleteAccountsAccountIdRequest generates requests for DeleteAccountsAccountId.
NewDeleteContactGroupsContactGroupIdRequest generates requests for DeleteContactGroupsContactGroupId.
NewDeleteContactsContactIdHandlesRequest calls the generic DeleteContactsContactIdHandles builder with application/json body.
NewDeleteContactsContactIdHandlesRequestWithBody generates requests for DeleteContactsContactIdHandles with any type of body.
NewDeleteContactsContactIdRequest generates requests for DeleteContactsContactId.
NewDeleteConversationsConversationIdFollowersRequest calls the generic DeleteConversationsConversationIdFollowers builder with application/json body.
NewDeleteConversationsConversationIdFollowersRequestWithBody generates requests for DeleteConversationsConversationIdFollowers with any type of body.
NewDeleteConversationsConversationIdLinksRequest calls the generic DeleteConversationsConversationIdLinks builder with application/json body.
NewDeleteConversationsConversationIdLinksRequestWithBody generates requests for DeleteConversationsConversationIdLinks with any type of body.
NewDeleteConversationsConversationIdTagsRequest calls the generic DeleteConversationsConversationIdTags builder with application/json body.
NewDeleteConversationsConversationIdTagsRequestWithBody generates requests for DeleteConversationsConversationIdTags with any type of body.
NewDeleteDraftsDraftIdRequest calls the generic DeleteDraftsDraftId builder with application/json body.
NewDeleteDraftsDraftIdRequestWithBody generates requests for DeleteDraftsDraftId with any type of body.
NewDeleteInboxesInboxIdTeammatesRequest calls the generic DeleteInboxesInboxIdTeammates builder with application/json body.
NewDeleteInboxesInboxIdTeammatesRequestWithBody generates requests for DeleteInboxesInboxIdTeammates with any type of body.
NewDeleteMessageTemplateFoldersMessageTemplateFolderIdRequest generates requests for DeleteMessageTemplateFoldersMessageTemplateFolderId.
NewDeleteMessageTemplatesMessageTemplateIdRequest generates requests for DeleteMessageTemplatesMessageTemplateId.
NewDeleteShiftShiftIdTeammatesRequest calls the generic DeleteShiftShiftIdTeammates builder with application/json body.
NewDeleteShiftShiftIdTeammatesRequestWithBody generates requests for DeleteShiftShiftIdTeammates with any type of body.
NewDeleteTagsTagIdRequest generates requests for DeleteTagsTagId.
NewDeleteTeamsTeamIdTeammatesRequest calls the generic DeleteTeamsTeamIdTeammates builder with application/json body.
NewDeleteTeamsTeamIdTeammatesRequestWithBody generates requests for DeleteTeamsTeamIdTeammates with any type of body.
NewGetAccountsAccountIdContactsRequest generates requests for GetAccountsAccountIdContacts.
NewGetAccountsAccountIdRequest generates requests for GetAccountsAccountId.
NewGetAccountsRequest generates requests for GetAccounts.
NewGetAnalyticsExportRequest generates requests for GetAnalyticsExport.
NewGetAnalyticsReportRequest generates requests for GetAnalyticsReport.
NewGetAnalyticsRequest generates requests for GetAnalytics.
NewGetChannelsChannelIdRequest generates requests for GetChannelsChannelId.
NewGetChannelsRequest generates requests for GetChannels.
NewGetCommentsCommentIdMentionsRequest generates requests for GetCommentsCommentIdMentions.
NewGetCommentsCommentIdRequest generates requests for GetCommentsCommentId.
NewGetContactGroupsContactGroupIdContactsRequest generates requests for GetContactGroupsContactGroupIdContacts.
NewGetContactGroupsRequest generates requests for GetContactGroups.
NewGetContactsContactIdConversationsRequest generates requests for GetContactsContactIdConversations.
NewGetContactsContactIdNotesRequest generates requests for GetContactsContactIdNotes.
NewGetContactsContactIdRequest generates requests for GetContactsContactId.
NewGetContactsRequest generates requests for GetContacts.
NewGetConversationByIdRequest generates requests for GetConversationById.
NewGetConversationsConversationIdCommentsRequest generates requests for GetConversationsConversationIdComments.
NewGetConversationsConversationIdDraftsRequest generates requests for GetConversationsConversationIdDrafts.
NewGetConversationsConversationIdEventsRequest generates requests for GetConversationsConversationIdEvents.
NewGetConversationsConversationIdFollowersRequest generates requests for GetConversationsConversationIdFollowers.
NewGetConversationsConversationIdInboxesRequest generates requests for GetConversationsConversationIdInboxes.
NewGetConversationsConversationIdMessagesRequest generates requests for GetConversationsConversationIdMessages.
NewGetDownloadAttachmentLinkIdRequest generates requests for GetDownloadAttachmentLinkId.
NewGetEventsEventIdRequest generates requests for GetEventsEventId.
NewGetEventsRequest generates requests for GetEvents.
NewGetExportsExportIdRequest generates requests for GetExportsExportId.
NewGetExportsRequest generates requests for GetExports.
NewGetInboxesInboxIdChannelsRequest generates requests for GetInboxesInboxIdChannels.
NewGetInboxesInboxIdConversationsRequest generates requests for GetInboxesInboxIdConversations.
NewGetInboxesInboxIdRequest generates requests for GetInboxesInboxId.
NewGetInboxesInboxIdTeammatesRequest generates requests for GetInboxesInboxIdTeammates.
NewGetInboxesRequest generates requests for GetInboxes.
NewGetLinksLinkIdRequest generates requests for GetLinksLinkId.
NewGetLinksRequest generates requests for GetLinks.
NewGetMeRequest generates requests for GetMe.
NewGetMessagesMessageIdRequest generates requests for GetMessagesMessageId.
NewGetMessageTemplateFoldersMessageTemplateFolderIdMessageTemplateFoldersRequest generates requests for GetMessageTemplateFoldersMessageTemplateFolderIdMessageTemplateFolders.
NewGetMessageTemplateFoldersMessageTemplateFolderIdMessageTemplatesRequest generates requests for GetMessageTemplateFoldersMessageTemplateFolderIdMessageTemplates.
NewGetMessageTemplateFoldersMessageTemplateFolderIdRequest generates requests for GetMessageTemplateFoldersMessageTemplateFolderId.
NewGetMessageTemplateFoldersRequest generates requests for GetMessageTemplateFolders.
NewGetMessageTemplatesMessageTemplateIdRequest generates requests for GetMessageTemplatesMessageTemplateId.
NewGetMessageTemplatesRequest generates requests for GetMessageTemplates.
NewGetRulesRequest generates requests for GetRules.
NewGetRulesRuleIdRequest generates requests for GetRulesRuleId.
NewGetShiftShiftIdRequest generates requests for GetShiftShiftId.
NewGetShiftShiftIdTeammatesRequest generates requests for GetShiftShiftIdTeammates.
NewGetTagsRequest generates requests for GetTags.
NewGetTagsTagIdChildrenRequest generates requests for GetTagsTagIdChildren.
NewGetTagsTagIdConversationsRequest generates requests for GetTagsTagIdConversations.
NewGetTagsTagIdRequest generates requests for GetTagsTagId.
NewGetTeammatesRequest generates requests for GetTeammates.
NewGetTeammatesTeammateIdChannelsRequest generates requests for GetTeammatesTeammateIdChannels.
NewGetTeammatesTeammateIdContactGroupsRequest generates requests for GetTeammatesTeammateIdContactGroups.
NewGetTeammatesTeammateIdContactsRequest generates requests for GetTeammatesTeammateIdContacts.
NewGetTeammatesTeammateIdConversationsRequest generates requests for GetTeammatesTeammateIdConversations.
NewGetTeammatesTeammateIdInboxesRequest generates requests for GetTeammatesTeammateIdInboxes.
NewGetTeammatesTeammateIdMessageTemplateFoldersRequest generates requests for GetTeammatesTeammateIdMessageTemplateFolders.
NewGetTeammatesTeammateIdMessageTemplatesRequest generates requests for GetTeammatesTeammateIdMessageTemplates.
NewGetTeammatesTeammateIdRequest generates requests for GetTeammatesTeammateId.
NewGetTeammatesTeammateIdRulesRequest generates requests for GetTeammatesTeammateIdRules.
NewGetTeammatesTeammateIdShiftsRequest generates requests for GetTeammatesTeammateIdShifts.
NewGetTeammatesTeammateIdTagsRequest generates requests for GetTeammatesTeammateIdTags.
NewGetTeamsRequest generates requests for GetTeams.
NewGetTeamsTeamIdAnalyticsRequest generates requests for GetTeamsTeamIdAnalytics.
NewGetTeamsTeamIdChannelsRequest generates requests for GetTeamsTeamIdChannels.
NewGetTeamsTeamIdContactGroupsRequest generates requests for GetTeamsTeamIdContactGroups.
NewGetTeamsTeamIdContactsRequest generates requests for GetTeamsTeamIdContacts.
NewGetTeamsTeamIdInboxesRequest generates requests for GetTeamsTeamIdInboxes.
NewGetTeamsTeamIdMessageTemplateFoldersRequest generates requests for GetTeamsTeamIdMessageTemplateFolders.
NewGetTeamsTeamIdMessageTemplatesRequest generates requests for GetTeamsTeamIdMessageTemplates.
NewGetTeamsTeamIdRequest generates requests for GetTeamsTeamId.
NewGetTeamsTeamIdShiftsRequest generates requests for GetTeamsTeamIdShifts.
NewGetTeamsTeamIdTagsRequest generates requests for GetTeamsTeamIdTags.
NewGetTeamTeamIdRulesRequest generates requests for GetTeamTeamIdRules.
NewImportInboxMessageRequest calls the generic ImportInboxMessage builder with application/json body.
NewImportInboxMessageRequestWithBody generates requests for ImportInboxMessage with any type of body.
NewListContactCustomFieldsRequest generates requests for ListContactCustomFields.
NewListConversationsRequest generates requests for ListConversations.
NewListCustomFieldsRequest generates requests for ListCustomFields.
NewListLinkConversationsRequest generates requests for ListLinkConversations.
NewListShiftsRequest generates requests for ListShifts.
NewPatchAccountsAccountIdRequest calls the generic PatchAccountsAccountId builder with application/json body.
NewPatchAccountsAccountIdRequestWithBody generates requests for PatchAccountsAccountId with any type of body.
NewPatchChannelsChannelIdRequest calls the generic PatchChannelsChannelId builder with application/json body.
NewPatchChannelsChannelIdRequestWithBody generates requests for PatchChannelsChannelId with any type of body.
NewPatchContactsContactIdRequest calls the generic PatchContactsContactId builder with application/json body.
NewPatchContactsContactIdRequestWithBody generates requests for PatchContactsContactId with any type of body.
NewPatchConversationsConversationIdRemindersRequest calls the generic PatchConversationsConversationIdReminders builder with application/json body.
NewPatchConversationsConversationIdRemindersRequestWithBody generates requests for PatchConversationsConversationIdReminders with any type of body.
NewPatchConversationsConversationIdRequest calls the generic PatchConversationsConversationId builder with application/json body.
NewPatchConversationsConversationIdRequestWithBody generates requests for PatchConversationsConversationId with any type of body.
NewPatchCustomFieldsCustomFieldIdRequest calls the generic PatchCustomFieldsCustomFieldId builder with application/json body.
NewPatchCustomFieldsCustomFieldIdRequestWithBody generates requests for PatchCustomFieldsCustomFieldId with any type of body.
NewPatchDraftsMessageIdRequest calls the generic PatchDraftsMessageId builder with application/json body.
NewPatchDraftsMessageIdRequestWithBody generates requests for PatchDraftsMessageId with any type of body.
NewPatchLinksLinkIdRequest calls the generic PatchLinksLinkId builder with application/json body.
NewPatchLinksLinkIdRequestWithBody generates requests for PatchLinksLinkId with any type of body.
NewPatchMessageTemplateFoldersMessageTemplateFolderIdRequest calls the generic PatchMessageTemplateFoldersMessageTemplateFolderId builder with application/json body.
NewPatchMessageTemplateFoldersMessageTemplateFolderIdRequestWithBody generates requests for PatchMessageTemplateFoldersMessageTemplateFolderId with any type of body.
NewPatchMessageTemplatesMessageTemplateIdRequest calls the generic PatchMessageTemplatesMessageTemplateId builder with application/json body.
NewPatchMessageTemplatesMessageTemplateIdRequestWithBody generates requests for PatchMessageTemplatesMessageTemplateId with any type of body.
NewPatchShiftsShiftIdRequest calls the generic PatchShiftsShiftId builder with application/json body.
NewPatchShiftsShiftIdRequestWithBody generates requests for PatchShiftsShiftId with any type of body.
NewPatchTagsTagIdRequest calls the generic PatchTagsTagId builder with application/json body.
NewPatchTagsTagIdRequestWithBody generates requests for PatchTagsTagId with any type of body.
NewPatchTeammatesTeammateIdRequest calls the generic PatchTeammatesTeammateId builder with application/json body.
NewPatchTeammatesTeammateIdRequestWithBody generates requests for PatchTeammatesTeammateId with any type of body.
NewPostAccountsAccountIdContactsRequest calls the generic PostAccountsAccountIdContacts builder with application/json body.
NewPostAccountsAccountIdContactsRequestWithBody generates requests for PostAccountsAccountIdContacts with any type of body.
NewPostAccountsRequest calls the generic PostAccounts builder with application/json body.
NewPostAccountsRequestWithBody generates requests for PostAccounts with any type of body.
NewPostChannelsChannelIdDraftsRequest calls the generic PostChannelsChannelIdDrafts builder with application/json body.
NewPostChannelsChannelIdDraftsRequestWithBody generates requests for PostChannelsChannelIdDrafts with any type of body.
NewPostChannelsChannelIdIncomingMessagesRequest calls the generic PostChannelsChannelIdIncomingMessages builder with application/json body.
NewPostChannelsChannelIdIncomingMessagesRequestWithBody generates requests for PostChannelsChannelIdIncomingMessages with any type of body.
NewPostChannelsChannelIdMessagesRequest calls the generic PostChannelsChannelIdMessages builder with application/json body.
NewPostChannelsChannelIdMessagesRequestWithBody generates requests for PostChannelsChannelIdMessages with any type of body.
NewPostChannelsChannelIdValidateRequest generates requests for PostChannelsChannelIdValidate.
NewPostContactGroupsContactGroupIdContactsRequest calls the generic PostContactGroupsContactGroupIdContacts builder with application/json body.
NewPostContactGroupsContactGroupIdContactsRequestWithBody generates requests for PostContactGroupsContactGroupIdContacts with any type of body.
NewPostContactGroupsRequest calls the generic PostContactGroups builder with application/json body.
NewPostContactGroupsRequestWithBody generates requests for PostContactGroups with any type of body.
NewPostContactsContactIdHandlesRequest calls the generic PostContactsContactIdHandles builder with application/json body.
NewPostContactsContactIdHandlesRequestWithBody generates requests for PostContactsContactIdHandles with any type of body.
NewPostContactsContactIdNotesRequest calls the generic PostContactsContactIdNotes builder with application/json body.
NewPostContactsContactIdNotesRequestWithBody generates requests for PostContactsContactIdNotes with any type of body.
NewPostContactsRequest calls the generic PostContacts builder with application/json body.
NewPostContactsRequestWithBody generates requests for PostContacts with any type of body.
NewPostConversationsConversationIdCommentsRequest calls the generic PostConversationsConversationIdComments builder with application/json body.
NewPostConversationsConversationIdCommentsRequestWithBody generates requests for PostConversationsConversationIdComments with any type of body.
NewPostConversationsConversationIdDraftsRequest calls the generic PostConversationsConversationIdDrafts builder with application/json body.
NewPostConversationsConversationIdDraftsRequestWithBody generates requests for PostConversationsConversationIdDrafts with any type of body.
NewPostConversationsConversationIdFollowersRequest calls the generic PostConversationsConversationIdFollowers builder with application/json body.
NewPostConversationsConversationIdFollowersRequestWithBody generates requests for PostConversationsConversationIdFollowers with any type of body.
NewPostConversationsConversationIdLinksRequest calls the generic PostConversationsConversationIdLinks builder with application/json body.
NewPostConversationsConversationIdLinksRequestWithBody generates requests for PostConversationsConversationIdLinks with any type of body.
NewPostConversationsConversationIdMessagesRequest calls the generic PostConversationsConversationIdMessages builder with application/json body.
NewPostConversationsConversationIdMessagesRequestWithBody generates requests for PostConversationsConversationIdMessages with any type of body.
NewPostConversationsConversationIdTagsRequest calls the generic PostConversationsConversationIdTags builder with application/json body.
NewPostConversationsConversationIdTagsRequestWithBody generates requests for PostConversationsConversationIdTags with any type of body.
NewPostInboxesInboxIdChannelsRequest calls the generic PostInboxesInboxIdChannels builder with application/json body.
NewPostInboxesInboxIdChannelsRequestWithBody generates requests for PostInboxesInboxIdChannels with any type of body.
NewPostInboxesInboxIdTeammatesRequest calls the generic PostInboxesInboxIdTeammates builder with application/json body.
NewPostInboxesInboxIdTeammatesRequestWithBody generates requests for PostInboxesInboxIdTeammates with any type of body.
NewPostInboxesRequest calls the generic PostInboxes builder with application/json body.
NewPostInboxesRequestWithBody generates requests for PostInboxes with any type of body.
NewPostLinksRequest calls the generic PostLinks builder with application/json body.
NewPostLinksRequestWithBody generates requests for PostLinks with any type of body.
NewPostMessageTemplateFoldersMessageTemplateFolderIdMessageTemplateFoldersRequest calls the generic PostMessageTemplateFoldersMessageTemplateFolderIdMessageTemplateFolders builder with application/json body.
NewPostMessageTemplateFoldersMessageTemplateFolderIdMessageTemplateFoldersRequestWithBody generates requests for PostMessageTemplateFoldersMessageTemplateFolderIdMessageTemplateFolders with any type of body.
NewPostMessageTemplateFoldersMessageTemplateFolderIdMessageTemplatesRequest calls the generic PostMessageTemplateFoldersMessageTemplateFolderIdMessageTemplates builder with application/json body.
NewPostMessageTemplateFoldersMessageTemplateFolderIdMessageTemplatesRequestWithBody generates requests for PostMessageTemplateFoldersMessageTemplateFolderIdMessageTemplates with any type of body.
NewPostMessageTemplateFoldersRequest calls the generic PostMessageTemplateFolders builder with application/json body.
NewPostMessageTemplateFoldersRequestWithBody generates requests for PostMessageTemplateFolders with any type of body.
NewPostMessageTemplatesRequest calls the generic PostMessageTemplates builder with application/json body.
NewPostMessageTemplatesRequestWithBody generates requests for PostMessageTemplates with any type of body.
NewPostShiftShiftIdTeammatesRequest calls the generic PostShiftShiftIdTeammates builder with application/json body.
NewPostShiftShiftIdTeammatesRequestWithBody generates requests for PostShiftShiftIdTeammates with any type of body.
NewPostShiftsRequest calls the generic PostShifts builder with application/json body.
NewPostShiftsRequestWithBody generates requests for PostShifts with any type of body.
NewPostTagsRequest calls the generic PostTags builder with application/json body.
NewPostTagsRequestWithBody generates requests for PostTags with any type of body.
NewPostTagsTagIdChildrenRequest calls the generic PostTagsTagIdChildren builder with application/json body.
NewPostTagsTagIdChildrenRequestWithBody generates requests for PostTagsTagIdChildren with any type of body.
NewPostTeammatesTeammateIdContactGroupsRequest calls the generic PostTeammatesTeammateIdContactGroups builder with application/json body.
NewPostTeammatesTeammateIdContactGroupsRequestWithBody generates requests for PostTeammatesTeammateIdContactGroups with any type of body.
NewPostTeammatesTeammateIdContactsRequest calls the generic PostTeammatesTeammateIdContacts builder with application/json body.
NewPostTeammatesTeammateIdContactsRequestWithBody generates requests for PostTeammatesTeammateIdContacts with any type of body.
NewPostTeammatesTeammateIdMessageTemplateFoldersRequest calls the generic PostTeammatesTeammateIdMessageTemplateFolders builder with application/json body.
NewPostTeammatesTeammateIdMessageTemplateFoldersRequestWithBody generates requests for PostTeammatesTeammateIdMessageTemplateFolders with any type of body.
NewPostTeammatesTeammateIdMessageTemplatesRequest calls the generic PostTeammatesTeammateIdMessageTemplates builder with application/json body.
NewPostTeammatesTeammateIdMessageTemplatesRequestWithBody generates requests for PostTeammatesTeammateIdMessageTemplates with any type of body.
NewPostTeammatesTeammateIdTagsRequest calls the generic PostTeammatesTeammateIdTags builder with application/json body.
NewPostTeammatesTeammateIdTagsRequestWithBody generates requests for PostTeammatesTeammateIdTags with any type of body.
NewPostTeamsTeamIdContactGroupsRequest calls the generic PostTeamsTeamIdContactGroups builder with application/json body.
NewPostTeamsTeamIdContactGroupsRequestWithBody generates requests for PostTeamsTeamIdContactGroups with any type of body.
NewPostTeamsTeamIdContactsRequest calls the generic PostTeamsTeamIdContacts builder with application/json body.
NewPostTeamsTeamIdContactsRequestWithBody generates requests for PostTeamsTeamIdContacts with any type of body.
NewPostTeamsTeamIdExportsRequest calls the generic PostTeamsTeamIdExports builder with application/json body.
NewPostTeamsTeamIdExportsRequestWithBody generates requests for PostTeamsTeamIdExports with any type of body.
NewPostTeamsTeamIdInboxesRequest calls the generic PostTeamsTeamIdInboxes builder with application/json body.
NewPostTeamsTeamIdInboxesRequestWithBody generates requests for PostTeamsTeamIdInboxes with any type of body.
NewPostTeamsTeamIdMessageTemplateFoldersRequest calls the generic PostTeamsTeamIdMessageTemplateFolders builder with application/json body.
NewPostTeamsTeamIdMessageTemplateFoldersRequestWithBody generates requests for PostTeamsTeamIdMessageTemplateFolders with any type of body.
NewPostTeamsTeamIdMessageTemplatesRequest calls the generic PostTeamsTeamIdMessageTemplates builder with application/json body.
NewPostTeamsTeamIdMessageTemplatesRequestWithBody generates requests for PostTeamsTeamIdMessageTemplates with any type of body.
NewPostTeamsTeamIdShiftsRequest calls the generic PostTeamsTeamIdShifts builder with application/json body.
NewPostTeamsTeamIdShiftsRequestWithBody generates requests for PostTeamsTeamIdShifts with any type of body.
NewPostTeamsTeamIdTagsRequest calls the generic PostTeamsTeamIdTags builder with application/json body.
NewPostTeamsTeamIdTagsRequestWithBody generates requests for PostTeamsTeamIdTags with any type of body.
NewPostTeamsTeamIdTeammatesRequest calls the generic PostTeamsTeamIdTeammates builder with application/json body.
NewPostTeamsTeamIdTeammatesRequestWithBody generates requests for PostTeamsTeamIdTeammates with any type of body.
NewPutConversationsConversationIdAssigneeRequest calls the generic PutConversationsConversationIdAssignee builder with application/json body.
NewPutConversationsConversationIdAssigneeRequestWithBody generates requests for PutConversationsConversationIdAssignee with any type of body.
NewSearchConversationsRequest generates requests for SearchConversations.
ParseCreateAnalyticsExportResponse parses an HTTP response from a CreateAnalyticsExportWithResponse call.
ParseCreateAnalyticsReportResponse parses an HTTP response from a CreateAnalyticsReportWithResponse call.
ParseCreateExportResponse parses an HTTP response from a CreateExportWithResponse call.
ParseDeleteAccountsAccountIdContactsResponse parses an HTTP response from a DeleteAccountsAccountIdContactsWithResponse call.
ParseDeleteAccountsAccountIdResponse parses an HTTP response from a DeleteAccountsAccountIdWithResponse call.
ParseDeleteContactGroupsContactGroupIdResponse parses an HTTP response from a DeleteContactGroupsContactGroupIdWithResponse call.
ParseDeleteContactsContactIdHandlesResponse parses an HTTP response from a DeleteContactsContactIdHandlesWithResponse call.
ParseDeleteContactsContactIdResponse parses an HTTP response from a DeleteContactsContactIdWithResponse call.
ParseDeleteConversationsConversationIdFollowersResponse parses an HTTP response from a DeleteConversationsConversationIdFollowersWithResponse call.
ParseDeleteConversationsConversationIdLinksResponse parses an HTTP response from a DeleteConversationsConversationIdLinksWithResponse call.
ParseDeleteConversationsConversationIdTagsResponse parses an HTTP response from a DeleteConversationsConversationIdTagsWithResponse call.
ParseDeleteDraftsDraftIdResponse parses an HTTP response from a DeleteDraftsDraftIdWithResponse call.
ParseDeleteInboxesInboxIdTeammatesResponse parses an HTTP response from a DeleteInboxesInboxIdTeammatesWithResponse call.
ParseDeleteMessageTemplateFoldersMessageTemplateFolderIdResponse parses an HTTP response from a DeleteMessageTemplateFoldersMessageTemplateFolderIdWithResponse call.
ParseDeleteMessageTemplatesMessageTemplateIdResponse parses an HTTP response from a DeleteMessageTemplatesMessageTemplateIdWithResponse call.
ParseDeleteShiftShiftIdTeammatesResponse parses an HTTP response from a DeleteShiftShiftIdTeammatesWithResponse call.
ParseDeleteTagsTagIdResponse parses an HTTP response from a DeleteTagsTagIdWithResponse call.
ParseDeleteTeamsTeamIdTeammatesResponse parses an HTTP response from a DeleteTeamsTeamIdTeammatesWithResponse call.
ParseGetAccountsAccountIdContactsResponse parses an HTTP response from a GetAccountsAccountIdContactsWithResponse call.
ParseGetAccountsAccountIdResponse parses an HTTP response from a GetAccountsAccountIdWithResponse call.
ParseGetAccountsResponse parses an HTTP response from a GetAccountsWithResponse call.
ParseGetAnalyticsExportResponse parses an HTTP response from a GetAnalyticsExportWithResponse call.
ParseGetAnalyticsReportResponse parses an HTTP response from a GetAnalyticsReportWithResponse call.
ParseGetAnalyticsResponse parses an HTTP response from a GetAnalyticsWithResponse call.
ParseGetChannelsChannelIdResponse parses an HTTP response from a GetChannelsChannelIdWithResponse call.
ParseGetChannelsResponse parses an HTTP response from a GetChannelsWithResponse call.
ParseGetCommentsCommentIdMentionsResponse parses an HTTP response from a GetCommentsCommentIdMentionsWithResponse call.
ParseGetCommentsCommentIdResponse parses an HTTP response from a GetCommentsCommentIdWithResponse call.
ParseGetContactGroupsContactGroupIdContactsResponse parses an HTTP response from a GetContactGroupsContactGroupIdContactsWithResponse call.
ParseGetContactGroupsResponse parses an HTTP response from a GetContactGroupsWithResponse call.
ParseGetContactsContactIdConversationsResponse parses an HTTP response from a GetContactsContactIdConversationsWithResponse call.
ParseGetContactsContactIdNotesResponse parses an HTTP response from a GetContactsContactIdNotesWithResponse call.
ParseGetContactsContactIdResponse parses an HTTP response from a GetContactsContactIdWithResponse call.
ParseGetContactsResponse parses an HTTP response from a GetContactsWithResponse call.
ParseGetConversationByIdResponse parses an HTTP response from a GetConversationByIdWithResponse call.
ParseGetConversationsConversationIdCommentsResponse parses an HTTP response from a GetConversationsConversationIdCommentsWithResponse call.
ParseGetConversationsConversationIdDraftsResponse parses an HTTP response from a GetConversationsConversationIdDraftsWithResponse call.
ParseGetConversationsConversationIdEventsResponse parses an HTTP response from a GetConversationsConversationIdEventsWithResponse call.
ParseGetConversationsConversationIdFollowersResponse parses an HTTP response from a GetConversationsConversationIdFollowersWithResponse call.
ParseGetConversationsConversationIdInboxesResponse parses an HTTP response from a GetConversationsConversationIdInboxesWithResponse call.
ParseGetConversationsConversationIdMessagesResponse parses an HTTP response from a GetConversationsConversationIdMessagesWithResponse call.
ParseGetDownloadAttachmentLinkIdResponse parses an HTTP response from a GetDownloadAttachmentLinkIdWithResponse call.
ParseGetEventsEventIdResponse parses an HTTP response from a GetEventsEventIdWithResponse call.
ParseGetEventsResponse parses an HTTP response from a GetEventsWithResponse call.
ParseGetExportsExportIdResponse parses an HTTP response from a GetExportsExportIdWithResponse call.
ParseGetExportsResponse parses an HTTP response from a GetExportsWithResponse call.
ParseGetInboxesInboxIdChannelsResponse parses an HTTP response from a GetInboxesInboxIdChannelsWithResponse call.
ParseGetInboxesInboxIdConversationsResponse parses an HTTP response from a GetInboxesInboxIdConversationsWithResponse call.
ParseGetInboxesInboxIdResponse parses an HTTP response from a GetInboxesInboxIdWithResponse call.
ParseGetInboxesInboxIdTeammatesResponse parses an HTTP response from a GetInboxesInboxIdTeammatesWithResponse call.
ParseGetInboxesResponse parses an HTTP response from a GetInboxesWithResponse call.
ParseGetLinksLinkIdResponse parses an HTTP response from a GetLinksLinkIdWithResponse call.
ParseGetLinksResponse parses an HTTP response from a GetLinksWithResponse call.
ParseGetMeResponse parses an HTTP response from a GetMeWithResponse call.
ParseGetMessagesMessageIdResponse parses an HTTP response from a GetMessagesMessageIdWithResponse call.
ParseGetMessageTemplateFoldersMessageTemplateFolderIdMessageTemplateFoldersResponse parses an HTTP response from a GetMessageTemplateFoldersMessageTemplateFolderIdMessageTemplateFoldersWithResponse call.
ParseGetMessageTemplateFoldersMessageTemplateFolderIdMessageTemplatesResponse parses an HTTP response from a GetMessageTemplateFoldersMessageTemplateFolderIdMessageTemplatesWithResponse call.
ParseGetMessageTemplateFoldersMessageTemplateFolderIdResponse parses an HTTP response from a GetMessageTemplateFoldersMessageTemplateFolderIdWithResponse call.
ParseGetMessageTemplateFoldersResponse parses an HTTP response from a GetMessageTemplateFoldersWithResponse call.
ParseGetMessageTemplatesMessageTemplateIdResponse parses an HTTP response from a GetMessageTemplatesMessageTemplateIdWithResponse call.
ParseGetMessageTemplatesResponse parses an HTTP response from a GetMessageTemplatesWithResponse call.
ParseGetRulesResponse parses an HTTP response from a GetRulesWithResponse call.
ParseGetRulesRuleIdResponse parses an HTTP response from a GetRulesRuleIdWithResponse call.
ParseGetShiftShiftIdResponse parses an HTTP response from a GetShiftShiftIdWithResponse call.
ParseGetShiftShiftIdTeammatesResponse parses an HTTP response from a GetShiftShiftIdTeammatesWithResponse call.
ParseGetTagsResponse parses an HTTP response from a GetTagsWithResponse call.
ParseGetTagsTagIdChildrenResponse parses an HTTP response from a GetTagsTagIdChildrenWithResponse call.
ParseGetTagsTagIdConversationsResponse parses an HTTP response from a GetTagsTagIdConversationsWithResponse call.
ParseGetTagsTagIdResponse parses an HTTP response from a GetTagsTagIdWithResponse call.
ParseGetTeammatesResponse parses an HTTP response from a GetTeammatesWithResponse call.
ParseGetTeammatesTeammateIdChannelsResponse parses an HTTP response from a GetTeammatesTeammateIdChannelsWithResponse call.
ParseGetTeammatesTeammateIdContactGroupsResponse parses an HTTP response from a GetTeammatesTeammateIdContactGroupsWithResponse call.
ParseGetTeammatesTeammateIdContactsResponse parses an HTTP response from a GetTeammatesTeammateIdContactsWithResponse call.
ParseGetTeammatesTeammateIdConversationsResponse parses an HTTP response from a GetTeammatesTeammateIdConversationsWithResponse call.
ParseGetTeammatesTeammateIdInboxesResponse parses an HTTP response from a GetTeammatesTeammateIdInboxesWithResponse call.
ParseGetTeammatesTeammateIdMessageTemplateFoldersResponse parses an HTTP response from a GetTeammatesTeammateIdMessageTemplateFoldersWithResponse call.
ParseGetTeammatesTeammateIdMessageTemplatesResponse parses an HTTP response from a GetTeammatesTeammateIdMessageTemplatesWithResponse call.
ParseGetTeammatesTeammateIdResponse parses an HTTP response from a GetTeammatesTeammateIdWithResponse call.
ParseGetTeammatesTeammateIdRulesResponse parses an HTTP response from a GetTeammatesTeammateIdRulesWithResponse call.
ParseGetTeammatesTeammateIdShiftsResponse parses an HTTP response from a GetTeammatesTeammateIdShiftsWithResponse call.
ParseGetTeammatesTeammateIdTagsResponse parses an HTTP response from a GetTeammatesTeammateIdTagsWithResponse call.
ParseGetTeamsResponse parses an HTTP response from a GetTeamsWithResponse call.
ParseGetTeamsTeamIdAnalyticsResponse parses an HTTP response from a GetTeamsTeamIdAnalyticsWithResponse call.
ParseGetTeamsTeamIdChannelsResponse parses an HTTP response from a GetTeamsTeamIdChannelsWithResponse call.
ParseGetTeamsTeamIdContactGroupsResponse parses an HTTP response from a GetTeamsTeamIdContactGroupsWithResponse call.
ParseGetTeamsTeamIdContactsResponse parses an HTTP response from a GetTeamsTeamIdContactsWithResponse call.
ParseGetTeamsTeamIdInboxesResponse parses an HTTP response from a GetTeamsTeamIdInboxesWithResponse call.
ParseGetTeamsTeamIdMessageTemplateFoldersResponse parses an HTTP response from a GetTeamsTeamIdMessageTemplateFoldersWithResponse call.
ParseGetTeamsTeamIdMessageTemplatesResponse parses an HTTP response from a GetTeamsTeamIdMessageTemplatesWithResponse call.
ParseGetTeamsTeamIdResponse parses an HTTP response from a GetTeamsTeamIdWithResponse call.
ParseGetTeamsTeamIdShiftsResponse parses an HTTP response from a GetTeamsTeamIdShiftsWithResponse call.
ParseGetTeamsTeamIdTagsResponse parses an HTTP response from a GetTeamsTeamIdTagsWithResponse call.
ParseGetTeamTeamIdRulesResponse parses an HTTP response from a GetTeamTeamIdRulesWithResponse call.
ParseImportInboxMessageResponse parses an HTTP response from a ImportInboxMessageWithResponse call.
ParseListContactCustomFieldsResponse parses an HTTP response from a ListContactCustomFieldsWithResponse call.
ParseListConversationsResponse parses an HTTP response from a ListConversationsWithResponse call.
ParseListCustomFieldsResponse parses an HTTP response from a ListCustomFieldsWithResponse call.
ParseListLinkConversationsResponse parses an HTTP response from a ListLinkConversationsWithResponse call.
ParseListShiftsResponse parses an HTTP response from a ListShiftsWithResponse call.
ParsePatchAccountsAccountIdResponse parses an HTTP response from a PatchAccountsAccountIdWithResponse call.
ParsePatchChannelsChannelIdResponse parses an HTTP response from a PatchChannelsChannelIdWithResponse call.
ParsePatchContactsContactIdResponse parses an HTTP response from a PatchContactsContactIdWithResponse call.
ParsePatchConversationsConversationIdRemindersResponse parses an HTTP response from a PatchConversationsConversationIdRemindersWithResponse call.
ParsePatchConversationsConversationIdResponse parses an HTTP response from a PatchConversationsConversationIdWithResponse call.
ParsePatchCustomFieldsCustomFieldIdResponse parses an HTTP response from a PatchCustomFieldsCustomFieldIdWithResponse call.
ParsePatchDraftsMessageIdResponse parses an HTTP response from a PatchDraftsMessageIdWithResponse call.
ParsePatchLinksLinkIdResponse parses an HTTP response from a PatchLinksLinkIdWithResponse call.
ParsePatchMessageTemplateFoldersMessageTemplateFolderIdResponse parses an HTTP response from a PatchMessageTemplateFoldersMessageTemplateFolderIdWithResponse call.
ParsePatchMessageTemplatesMessageTemplateIdResponse parses an HTTP response from a PatchMessageTemplatesMessageTemplateIdWithResponse call.
ParsePatchShiftsShiftIdResponse parses an HTTP response from a PatchShiftsShiftIdWithResponse call.
ParsePatchTagsTagIdResponse parses an HTTP response from a PatchTagsTagIdWithResponse call.
ParsePatchTeammatesTeammateIdResponse parses an HTTP response from a PatchTeammatesTeammateIdWithResponse call.
ParsePostAccountsAccountIdContactsResponse parses an HTTP response from a PostAccountsAccountIdContactsWithResponse call.
ParsePostAccountsResponse parses an HTTP response from a PostAccountsWithResponse call.
ParsePostChannelsChannelIdDraftsResponse parses an HTTP response from a PostChannelsChannelIdDraftsWithResponse call.
ParsePostChannelsChannelIdIncomingMessagesResponse parses an HTTP response from a PostChannelsChannelIdIncomingMessagesWithResponse call.
ParsePostChannelsChannelIdMessagesResponse parses an HTTP response from a PostChannelsChannelIdMessagesWithResponse call.
ParsePostChannelsChannelIdValidateResponse parses an HTTP response from a PostChannelsChannelIdValidateWithResponse call.
ParsePostContactGroupsContactGroupIdContactsResponse parses an HTTP response from a PostContactGroupsContactGroupIdContactsWithResponse call.
ParsePostContactGroupsResponse parses an HTTP response from a PostContactGroupsWithResponse call.
ParsePostContactsContactIdHandlesResponse parses an HTTP response from a PostContactsContactIdHandlesWithResponse call.
ParsePostContactsContactIdNotesResponse parses an HTTP response from a PostContactsContactIdNotesWithResponse call.
ParsePostContactsResponse parses an HTTP response from a PostContactsWithResponse call.
ParsePostConversationsConversationIdCommentsResponse parses an HTTP response from a PostConversationsConversationIdCommentsWithResponse call.
ParsePostConversationsConversationIdDraftsResponse parses an HTTP response from a PostConversationsConversationIdDraftsWithResponse call.
ParsePostConversationsConversationIdFollowersResponse parses an HTTP response from a PostConversationsConversationIdFollowersWithResponse call.
ParsePostConversationsConversationIdLinksResponse parses an HTTP response from a PostConversationsConversationIdLinksWithResponse call.
ParsePostConversationsConversationIdMessagesResponse parses an HTTP response from a PostConversationsConversationIdMessagesWithResponse call.
ParsePostConversationsConversationIdTagsResponse parses an HTTP response from a PostConversationsConversationIdTagsWithResponse call.
ParsePostInboxesInboxIdChannelsResponse parses an HTTP response from a PostInboxesInboxIdChannelsWithResponse call.
ParsePostInboxesInboxIdTeammatesResponse parses an HTTP response from a PostInboxesInboxIdTeammatesWithResponse call.
ParsePostInboxesResponse parses an HTTP response from a PostInboxesWithResponse call.
ParsePostLinksResponse parses an HTTP response from a PostLinksWithResponse call.
ParsePostMessageTemplateFoldersMessageTemplateFolderIdMessageTemplateFoldersResponse parses an HTTP response from a PostMessageTemplateFoldersMessageTemplateFolderIdMessageTemplateFoldersWithResponse call.
ParsePostMessageTemplateFoldersMessageTemplateFolderIdMessageTemplatesResponse parses an HTTP response from a PostMessageTemplateFoldersMessageTemplateFolderIdMessageTemplatesWithResponse call.
ParsePostMessageTemplateFoldersResponse parses an HTTP response from a PostMessageTemplateFoldersWithResponse call.
ParsePostMessageTemplatesResponse parses an HTTP response from a PostMessageTemplatesWithResponse call.
ParsePostShiftShiftIdTeammatesResponse parses an HTTP response from a PostShiftShiftIdTeammatesWithResponse call.
ParsePostShiftsResponse parses an HTTP response from a PostShiftsWithResponse call.
ParsePostTagsResponse parses an HTTP response from a PostTagsWithResponse call.
ParsePostTagsTagIdChildrenResponse parses an HTTP response from a PostTagsTagIdChildrenWithResponse call.
ParsePostTeammatesTeammateIdContactGroupsResponse parses an HTTP response from a PostTeammatesTeammateIdContactGroupsWithResponse call.
ParsePostTeammatesTeammateIdContactsResponse parses an HTTP response from a PostTeammatesTeammateIdContactsWithResponse call.
ParsePostTeammatesTeammateIdMessageTemplateFoldersResponse parses an HTTP response from a PostTeammatesTeammateIdMessageTemplateFoldersWithResponse call.
ParsePostTeammatesTeammateIdMessageTemplatesResponse parses an HTTP response from a PostTeammatesTeammateIdMessageTemplatesWithResponse call.
ParsePostTeammatesTeammateIdTagsResponse parses an HTTP response from a PostTeammatesTeammateIdTagsWithResponse call.
ParsePostTeamsTeamIdContactGroupsResponse parses an HTTP response from a PostTeamsTeamIdContactGroupsWithResponse call.
ParsePostTeamsTeamIdContactsResponse parses an HTTP response from a PostTeamsTeamIdContactsWithResponse call.
ParsePostTeamsTeamIdExportsResponse parses an HTTP response from a PostTeamsTeamIdExportsWithResponse call.
ParsePostTeamsTeamIdInboxesResponse parses an HTTP response from a PostTeamsTeamIdInboxesWithResponse call.
ParsePostTeamsTeamIdMessageTemplateFoldersResponse parses an HTTP response from a PostTeamsTeamIdMessageTemplateFoldersWithResponse call.
ParsePostTeamsTeamIdMessageTemplatesResponse parses an HTTP response from a PostTeamsTeamIdMessageTemplatesWithResponse call.
ParsePostTeamsTeamIdShiftsResponse parses an HTTP response from a PostTeamsTeamIdShiftsWithResponse call.
ParsePostTeamsTeamIdTagsResponse parses an HTTP response from a PostTeamsTeamIdTagsWithResponse call.
ParsePostTeamsTeamIdTeammatesResponse parses an HTTP response from a PostTeamsTeamIdTeammatesWithResponse call.
ParsePutConversationsConversationIdAssigneeResponse parses an HTTP response from a PutConversationsConversationIdAssigneeWithResponse call.
ParseSearchConversationsResponse parses an HTTP response from a SearchConversationsWithResponse call.
Constructs a synthetic filesystem for resolving external references when loading openapi specifications.
StringParam creates a string pointer for optional params.
WithBaseURL overrides the baseURL.
WithFrontClient creates a Front compatible client.
WithHTTPClient allows overriding the default Doer, which is automatically created using http.Client.
WithRequestEditorFn allows setting up a callback function, which will be called right before sending the request.
# Constants
Defines values for AnalyticsExportRequest2Type.
Defines values for AnalyticsExportRequest2Type.
Defines values for AnalyticsExportResponse2Status.
Defines values for AnalyticsExportResponse2Status.
Defines values for AnalyticsExportResponse2Status.
Defines values for AnalyticsMetricId.
Defines values for AnalyticsMetricId.
Defines values for AnalyticsMetricId.
Defines values for AnalyticsMetricId.
Defines values for AnalyticsMetricId.
Defines values for AnalyticsMetricId.
Defines values for AnalyticsMetricId.
Defines values for AnalyticsMetricId.
Defines values for AnalyticsMetricId.
Defines values for AnalyticsMetricId.
Defines values for AnalyticsMetricId.
Defines values for AnalyticsMetricId.
Defines values for AnalyticsMetricId.
Defines values for AnalyticsMetricId.
Defines values for AnalyticsMetricId.
Defines values for AnalyticsMetricId.
Defines values for AnalyticsMetricId.
Defines values for AnalyticsMetricId.
Defines values for AnalyticsMetricId.
Defines values for AnalyticsMetricType.
Defines values for AnalyticsMetricType.
Defines values for AnalyticsMetricType.
Defines values for AnalyticsMetricType.
Defines values for AnalyticsReportResponse2Status.
Defines values for AnalyticsReportResponse2Status.
Defines values for AnalyticsReportResponse2Status.
Defines values for AnalyticsResponseStatus.
Defines values for AnalyticsResponseStatus.
Defines values for AnalyticsResponseStatus.
Defines values for AnalyticsScalarType.
Defines values for AnalyticsScalarType.
Defines values for AnalyticsScalarType.
Defines values for AnalyticsScalarType.
Defines values for SortOrder.
Defines values for ChannelResponseSettingsUndoSendTime.
Defines values for ChannelResponseSettingsUndoSendTime.
Defines values for ChannelResponseSettingsUndoSendTime.
Defines values for ChannelResponseSettingsUndoSendTime.
Defines values for ChannelResponseSettingsUndoSendTime.
Defines values for ChannelResponseSettingsUndoSendTime.
Defines values for ChannelResponseTypes.
Defines values for ChannelResponseTypes.
Defines values for ChannelResponseTypes.
Defines values for ChannelResponseTypes.
Defines values for ChannelResponseTypes.
Defines values for ChannelResponseTypes.
Defines values for ChannelResponseTypes.
Defines values for ChannelResponseTypes.
Defines values for ChannelResponseTypes.
Defines values for ContactHandleSource.
Defines values for ContactHandleSource.
Defines values for ContactHandleSource.
Defines values for ContactHandleSource.
Defines values for ContactHandleSource.
Defines values for ContactHandleSource.
Defines values for ContactHandleSource.
Defines values for ConversationResponseStatus.
Defines values for ConversationResponseStatus.
Defines values for ConversationResponseStatus.
Defines values for ConversationResponseStatus.
Defines values for CreateChannelSettingsUndoSendTime.
Defines values for CreateChannelSettingsUndoSendTime.
Defines values for CreateChannelSettingsUndoSendTime.
Defines values for CreateChannelSettingsUndoSendTime.
Defines values for CreateChannelSettingsUndoSendTime.
Defines values for CreateChannelSettingsUndoSendTime.
Defines values for CreateChannelType.
Defines values for CreateChannelType.
Defines values for CreateChannelType.
Defines values for CreateDraftMode.
Defines values for CreateDraftMode.
Defines values for CreateShiftColor.
Defines values for CreateShiftColor.
Defines values for CreateShiftColor.
Defines values for CreateShiftColor.
Defines values for CreateShiftColor.
Defines values for CreateShiftColor.
Defines values for CreateShiftColor.
Defines values for CreateShiftColor.
Defines values for CreateShiftColor.
Defines values for CreateShiftColor.
Defines values for CreateTagHighlight.
Defines values for CreateTagHighlight.
Defines values for CreateTagHighlight.
Defines values for CreateTagHighlight.
Defines values for CreateTagHighlight.
Defines values for CreateTagHighlight.
Defines values for CreateTagHighlight.
Defines values for CreateTagHighlight.
Defines values for CreateTagHighlight.
Defines values for CustomFieldResponseType.
Defines values for CustomFieldResponseType.
Defines values for CustomFieldResponseType.
Defines values for CustomFieldResponseType.
Defines values for CustomMessageBodyFormat.
Defines values for CustomMessageBodyFormat.
Defines values for SortOrder.
Defines values for EditDraftMode.
Defines values for EventResponseType.
Defines values for EventResponseType.
Defines values for EventResponseType.
Defines values for EventResponseType.
Defines values for EventResponseType.
Defines values for EventResponseType.
Defines values for EventResponseType.
Defines values for EventResponseType.
Defines values for EventResponseType.
Defines values for EventResponseType.
Defines values for EventResponseType.
Defines values for EventResponseType.
Defines values for EventResponseType.
Defines values for EventResponseType.
Defines values for ExportResponseStatus.
Defines values for ExportResponseStatus.
Defines values for ExportResponseStatus.
Defines values for ExportResponseStatus.
No description provided by the author
Defines values for ImportMessageBodyFormat.
Defines values for ImportMessageBodyFormat.
Defines values for ImportMessageType.
Defines values for ImportMessageType.
Defines values for ImportMessageType.
Defines values for ImportMessageType.
Defines values for MessageResponseDraftMode.
Defines values for MessageResponseDraftMode.
Defines values for MessageResponseType.
Defines values for MessageResponseType.
Defines values for MessageResponseType.
Defines values for MessageResponseType.
Defines values for MessageResponseType.
Defines values for MessageResponseType.
Defines values for MessageResponseType.
Defines values for MessageResponseType.
Defines values for RecipientResponseRole.
Defines values for RecipientResponseRole.
Defines values for RecipientResponseRole.
Defines values for RecipientResponseRole.
Defines values for ShiftResponseColor.
Defines values for TagResponseHighlight.
Defines values for TagResponseHighlight.
Defines values for TagResponseHighlight.
Defines values for TagResponseHighlight.
Defines values for TagResponseHighlight.
Defines values for TagResponseHighlight.
Defines values for TagResponseHighlight.
Defines values for TagResponseHighlight.
Defines values for TagResponseHighlight.
Defines values for UpdateChannelSettingsUndoSendTime.
Defines values for UpdateChannelSettingsUndoSendTime.
Defines values for UpdateChannelSettingsUndoSendTime.
Defines values for UpdateChannelSettingsUndoSendTime.
Defines values for UpdateChannelSettingsUndoSendTime.
Defines values for UpdateChannelSettingsUndoSendTime.
Defines values for UpdateConversationStatus.
Defines values for UpdateConversationStatus.
Defines values for UpdateConversationStatus.
Defines values for UpdateConversationStatus.
Defines values for UpdateShiftColor.
Defines values for UpdateShiftColor.
Defines values for UpdateShiftColor.
Defines values for UpdateShiftColor.
Defines values for UpdateShiftColor.
Defines values for UpdateShiftColor.
Defines values for UpdateShiftColor.
Defines values for UpdateShiftColor.
Defines values for UpdateShiftColor.
Defines values for UpdateShiftColor.
Defines values for UpdateTagHighlight.
Defines values for UpdateTagHighlight.
Defines values for UpdateTagHighlight.
Defines values for UpdateTagHighlight.
Defines values for UpdateTagHighlight.
Defines values for UpdateTagHighlight.
Defines values for UpdateTagHighlight.
Defines values for UpdateTagHighlight.
Defines values for UpdateTagHighlight.
# Structs
Accepted defines model for accepted.
AcceptedCannedAnswerFolderDeletion defines model for acceptedCannedAnswerFolderDeletion.
AcceptedMessage defines model for acceptedMessage.
Account defines model for Account.
AccountIds defines model for AccountIds.
AccountResponse defines model for AccountResponse.
AddContactsToGroup defines model for AddContactsToGroup.
AnalyticsExportRequest2 defines model for AnalyticsExportRequest2.
AnalyticsExportResponse2 defines model for AnalyticsExportResponse2.
AnalyticsReportRequest2 defines model for AnalyticsReportRequest2.
AnalyticsReportResponse2 defines model for AnalyticsReportResponse2.
AnalyticsResponse defines model for AnalyticsResponse.
AnalyticsScalar defines model for AnalyticsScalar.
AnalyticsScalar2 defines model for AnalyticsScalar2.
AnalyticsScalarValue defines model for AnalyticsScalarValue.
AnalyticsTable defines model for AnalyticsTable.
AnalyticsTimeGraph defines model for AnalyticsTimeGraph.
Attachment defines model for Attachment.
ChannelIds defines model for ChannelIds.
ChannelResponse defines model for ChannelResponse.
Client which conforms to the OpenAPI3 specification for this service.
ClientWithResponses builds on ClientInterface to offer response payloads.
CommentResponse defines model for CommentResponse.
Contact defines model for Contact.
ContactGroup defines model for ContactGroup.
ContactGroupResponses defines model for ContactGroupResponses.
ContactHandle defines model for ContactHandle.
ContactIds defines model for ContactIds.
ContactNoteResponses defines model for ContactNoteResponses.
ContactResponse defines model for ContactResponse.
ConversationResponse defines model for ConversationResponse.
No description provided by the author
No description provided by the author
CreateChannel defines model for CreateChannel.
CreateComment defines model for CreateComment.
CreateContact defines model for CreateContact.
CreateContactGroup defines model for CreateContactGroup.
CreateContactNote defines model for CreateContactNote.
CreateDraft defines model for CreateDraft.
No description provided by the author
CreateInbox defines model for CreateInbox.
A link is used to connect a Front conversation to an external resource.
A message template that is used for pre-written responses.
A message template folder that is used to store message templates or other folders.
A message template folder that is used to store message templates or other folders.
A message template that is used for pre-written responses.
A message template that is used for pre-written responses.
CreateShift defines model for CreateShift.
A tag is a label that can be used to classify conversations.
CustomFieldResponse defines model for CustomFieldResponse.
CustomMessage defines model for CustomMessage.
No description provided by the author
No description provided by the author
No description provided by the author
DeleteContactHandle defines model for DeleteContactHandle.
No description provided by the author
No description provided by the author
DeleteConversationsConversationIdFollowersJSONBody defines parameters for DeleteConversationsConversationIdFollowers.
No description provided by the author
DeleteConversationsConversationIdLinksJSONBody defines parameters for DeleteConversationsConversationIdLinks.
No description provided by the author
No description provided by the author
DeleteDraft defines model for DeleteDraft.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
EditDraft defines model for EditDraft.
An event is created everytime something interesting is happening in Front.
ExportQuery defines model for ExportQuery.
ExportResponse defines model for ExportResponse.
GetAccountsAccountIdContactsParams defines parameters for GetAccountsAccountIdContacts.
No description provided by the author
No description provided by the author
GetAccountsParams defines parameters for GetAccounts.
No description provided by the author
No description provided by the author
GetAnalyticsParams defines parameters for GetAnalytics.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GetContactGroupsContactGroupIdContactsParams defines parameters for GetContactGroupsContactGroupIdContacts.
No description provided by the author
No description provided by the author
GetContactsContactIdConversationsParams defines parameters for GetContactsContactIdConversations.
No description provided by the author
No description provided by the author
No description provided by the author
GetContactsParams defines parameters for GetContacts.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GetConversationsConversationIdEventsParams defines parameters for GetConversationsConversationIdEvents.
No description provided by the author
No description provided by the author
No description provided by the author
GetConversationsConversationIdMessagesParams defines parameters for GetConversationsConversationIdMessages.
No description provided by the author
No description provided by the author
No description provided by the author
GetEventsParams defines parameters for GetEvents.
No description provided by the author
No description provided by the author
GetExportsParams defines parameters for GetExports.
No description provided by the author
No description provided by the author
GetInboxesInboxIdConversationsParams defines parameters for GetInboxesInboxIdConversations.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GetLinksParams defines parameters for GetLinks.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GetTagsTagIdConversationsParams defines parameters for GetTagsTagIdConversations.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GetTeammatesTeammateIdContactsParams defines parameters for GetTeammatesTeammateIdContacts.
No description provided by the author
GetTeammatesTeammateIdConversationsParams defines parameters for GetTeammatesTeammateIdConversations.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GetTeamsTeamIdAnalyticsParams defines parameters for GetTeamsTeamIdAnalytics.
No description provided by the author
No description provided by the author
No description provided by the author
GetTeamsTeamIdContactsParams defines parameters for GetTeamsTeamIdContacts.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
IdentityResponse defines model for IdentityResponse.
No description provided by the author
ImportMessage defines model for ImportMessage.
InboxIds defines model for InboxIds.
InboxResponse defines model for InboxResponse.
A link used to connect a Front conversation to an external resource.
No description provided by the author
ListConversationsParams defines parameters for ListConversations.
No description provided by the author
No description provided by the author
ListLinkConversationsParams defines parameters for ListLinkConversations.
No description provided by the author
ListOfAccounts defines model for listOfAccounts.
ListOfCannedAnswerFolders defines model for listOfCannedAnswerFolders.
ListOfCannedAnswers defines model for listOfCannedAnswers.
ListOfChannels defines model for listOfChannels.
ListOfComments defines model for listOfComments.
ListOfContactGroups defines model for listOfContactGroups.
ListOfContactNotes defines model for listOfContactNotes.
ListOfContacts defines model for listOfContacts.
ListOfConversations defines model for listOfConversations.
ListOfConversationSearchResults defines model for listOfConversationSearchResults.
ListOfCustomFields defines model for listOfCustomFields.
ListOfEvents defines model for listOfEvents.
ListOfExports defines model for listOfExports.
ListOfInboxes defines model for listOfInboxes.
ListOfLinks defines model for listOfLinks.
ListOfMessages defines model for listOfMessages.
ListOfRoles defines model for listOfRoles.
ListOfRules defines model for listOfRules.
ListOfShifts defines model for listOfShifts.
ListOfTags defines model for listOfTags.
ListOfTeammates defines model for listOfTeammates.
ListOfTeams defines model for listOfTeams.
No description provided by the author
MessageResponse defines model for MessageResponse.
MessageTemplateFolderResponse defines model for MessageTemplateFolderResponse.
MessageTemplateResponse defines model for MessageTemplateResponse.
OutboundMessage defines model for OutboundMessage.
OutboundReplyMessage defines model for OutboundReplyMessage.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PostConversationsConversationIdFollowersJSONBody defines parameters for PostConversationsConversationIdFollowers.
No description provided by the author
PostConversationsConversationIdLinksJSONBody defines parameters for PostConversationsConversationIdLinks.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RecipientResponse defines model for RecipientResponse.
Reminder defines model for Reminder.
ReplyDraft defines model for ReplyDraft.
RoleResponse defines model for RoleResponse.
RuleResponse defines model for RuleResponse.
SearchConversationsParams defines parameters for SearchConversations.
No description provided by the author
ShiftInterval defines model for ShiftInterval.
ShiftIntervals defines model for ShiftIntervals.
ShiftResponse defines model for ShiftResponse.
TagIds defines model for TagIds.
A tag is a label that can be used to classify conversations.
TeamIds defines model for TeamIds.
TeammateIds defines model for TeammateIds.
A teammate is a user in Front.
TeamResponse defines model for TeamResponse.
UpdateChannel defines model for UpdateChannel.
UpdateConversation defines model for UpdateConversation.
UpdateConversationAssignee defines model for UpdateConversationAssignee.
UpdateConversationReminders defines model for UpdateConversationReminders.
UpdateCustomField defines model for UpdateCustomField.
UpdateLink defines model for UpdateLink.
UpdateMessageTemplate defines model for UpdateMessageTemplate.
A message template folder that is used to store message templates or other folders.
UpdateShift defines model for UpdateShift.
UpdateTag defines model for UpdateTag.
UpdateTeammate defines model for UpdateTeammate.
# Interfaces
Resources to compute the analytics for.
The interface specification for the client above.
ClientWithResponsesInterface is the interface specification for the client with responses above.
Doer performs HTTP requests.
# Type aliases
ActivityQuery defines model for activityQuery.
AnalyticsEnd defines model for analyticsEnd.
AnalyticsExportRequest2Type defines model for AnalyticsExportRequest2.Type.
Status of the analytics.
AnalyticsMetricId defines model for AnalyticsMetricId.
AnalyticsMetrics defines model for analyticsMetrics.
Type of the analytics value.
AnalyticsReport defines model for analyticsReport.
Status of the report.
Status of the analytics.
AnalyticsScalarType defines model for AnalyticsScalarType.
AnalyticsStart defines model for analyticsStart.
AnalyticsTimezone defines model for analyticsTimezone.
CannedAnswer defines model for cannedAnswer.
CannedAnswerFolder defines model for cannedAnswerFolder.
CardQuery defines model for cardQuery.
Channel defines model for channel.
The time (measured in seconds) that users have to undo a send operation in the channel.
Type of the channel.
ClientOption allows setting custom parameters during construction.
Comment defines model for comment.
Source of the handle.
ContactNote defines model for contactNote.
Conversation defines model for conversation.
ConversationQuery defines model for conversationQuery.
Status of the conversation.
CreateAnalyticsExportJSONBody defines parameters for CreateAnalyticsExport.
CreateAnalyticsExportJSONRequestBody defines body for CreateAnalyticsExport for application/json ContentType.
CreateAnalyticsReportJSONBody defines parameters for CreateAnalyticsReport.
CreateAnalyticsReportJSONRequestBody defines body for CreateAnalyticsReport for application/json ContentType.
The time (measured in seconds) that users have to undo a send operation in the channel.
Type of the channel.
Mode of the draft to create.
CreateExportJSONBody defines parameters for CreateExport.
CreateExportJSONRequestBody defines body for CreateExport for application/json ContentType.
Color of the shift.
Highlight color of the tag.
Type of the custom field.
Format of the message body.
DeleteAccountsAccountIdContactsJSONBody defines parameters for DeleteAccountsAccountIdContacts.
DeleteAccountsAccountIdContactsJSONRequestBody defines body for DeleteAccountsAccountIdContacts for application/json ContentType.
DeleteContactsContactIdHandlesJSONBody defines parameters for DeleteContactsContactIdHandles.
DeleteContactsContactIdHandlesJSONRequestBody defines body for DeleteContactsContactIdHandles for application/json ContentType.
DeleteConversationsConversationIdFollowersJSONRequestBody defines body for DeleteConversationsConversationIdFollowers for application/json ContentType.
DeleteConversationsConversationIdLinksJSONRequestBody defines body for DeleteConversationsConversationIdLinks for application/json ContentType.
DeleteConversationsConversationIdTagsJSONBody defines parameters for DeleteConversationsConversationIdTags.
DeleteConversationsConversationIdTagsJSONRequestBody defines body for DeleteConversationsConversationIdTags for application/json ContentType.
DeleteDraftsDraftIdJSONBody defines parameters for DeleteDraftsDraftId.
DeleteDraftsDraftIdJSONRequestBody defines body for DeleteDraftsDraftId for application/json ContentType.
DeleteInboxesInboxIdTeammatesJSONBody defines parameters for DeleteInboxesInboxIdTeammates.
DeleteInboxesInboxIdTeammatesJSONRequestBody defines body for DeleteInboxesInboxIdTeammates for application/json ContentType.
DeleteShiftShiftIdTeammatesJSONBody defines parameters for DeleteShiftShiftIdTeammates.
DeleteShiftShiftIdTeammatesJSONRequestBody defines body for DeleteShiftShiftIdTeammates for application/json ContentType.
DeleteTeamsTeamIdTeammatesJSONBody defines parameters for DeleteTeamsTeamIdTeammates.
DeleteTeamsTeamIdTeammatesJSONRequestBody defines body for DeleteTeamsTeamIdTeammates for application/json ContentType.
Mode of the draft to update.
An event is created everytime something interesting is happening in Front.
Type of event.
Export defines model for export.
Status of the export.
GetAccountsParamsSortOrder defines parameters for GetAccounts.
GetContactsParamsSortOrder defines parameters for GetContacts.
GetTeammatesTeammateIdContactsParamsSortOrder defines parameters for GetTeammatesTeammateIdContacts.
GetTeamsTeamIdContactsParamsSortOrder defines parameters for GetTeamsTeamIdContacts.
Identity defines model for identity.
ImportInboxMessageJSONBody defines parameters for ImportInboxMessage.
ImportInboxMessageJSONRequestBody defines body for ImportInboxMessage for application/json ContentType.
Format of the message body.
Type of the message to import.
Inbox defines model for inbox.
Limit defines model for limit.
A link used to connect a Front conversation to an external resource.
Message defines model for message.
If the message is a draft, describes the draft mode.
Type of the message.
PageToken defines model for pageToken.
PatchAccountsAccountIdJSONBody defines parameters for PatchAccountsAccountId.
PatchAccountsAccountIdJSONRequestBody defines body for PatchAccountsAccountId for application/json ContentType.
PatchChannelsChannelIdJSONBody defines parameters for PatchChannelsChannelId.
PatchChannelsChannelIdJSONRequestBody defines body for PatchChannelsChannelId for application/json ContentType.
PatchContactsContactIdJSONBody defines parameters for PatchContactsContactId.
PatchContactsContactIdJSONRequestBody defines body for PatchContactsContactId for application/json ContentType.
PatchConversationsConversationIdJSONBody defines parameters for PatchConversationsConversationId.
PatchConversationsConversationIdJSONRequestBody defines body for PatchConversationsConversationId for application/json ContentType.
PatchConversationsConversationIdRemindersJSONBody defines parameters for PatchConversationsConversationIdReminders.
PatchConversationsConversationIdRemindersJSONRequestBody defines body for PatchConversationsConversationIdReminders for application/json ContentType.
PatchCustomFieldsCustomFieldIdJSONBody defines parameters for PatchCustomFieldsCustomFieldId.
PatchCustomFieldsCustomFieldIdJSONRequestBody defines body for PatchCustomFieldsCustomFieldId for application/json ContentType.
PatchDraftsMessageIdJSONBody defines parameters for PatchDraftsMessageId.
PatchDraftsMessageIdJSONRequestBody defines body for PatchDraftsMessageId for application/json ContentType.
PatchLinksLinkIdJSONBody defines parameters for PatchLinksLinkId.
PatchLinksLinkIdJSONRequestBody defines body for PatchLinksLinkId for application/json ContentType.
PatchMessageTemplateFoldersMessageTemplateFolderIdJSONBody defines parameters for PatchMessageTemplateFoldersMessageTemplateFolderId.
PatchMessageTemplateFoldersMessageTemplateFolderIdJSONRequestBody defines body for PatchMessageTemplateFoldersMessageTemplateFolderId for application/json ContentType.
PatchMessageTemplatesMessageTemplateIdJSONBody defines parameters for PatchMessageTemplatesMessageTemplateId.
PatchMessageTemplatesMessageTemplateIdJSONRequestBody defines body for PatchMessageTemplatesMessageTemplateId for application/json ContentType.
PatchShiftsShiftIdJSONBody defines parameters for PatchShiftsShiftId.
PatchShiftsShiftIdJSONRequestBody defines body for PatchShiftsShiftId for application/json ContentType.
PatchTagsTagIdJSONBody defines parameters for PatchTagsTagId.
PatchTagsTagIdJSONRequestBody defines body for PatchTagsTagId for application/json ContentType.
PatchTeammatesTeammateIdJSONBody defines parameters for PatchTeammatesTeammateId.
PatchTeammatesTeammateIdJSONRequestBody defines body for PatchTeammatesTeammateId for application/json ContentType.
PostAccountsAccountIdContactsJSONBody defines parameters for PostAccountsAccountIdContacts.
PostAccountsAccountIdContactsJSONRequestBody defines body for PostAccountsAccountIdContacts for application/json ContentType.
PostAccountsJSONBody defines parameters for PostAccounts.
PostAccountsJSONRequestBody defines body for PostAccounts for application/json ContentType.
PostChannelsChannelIdDraftsJSONBody defines parameters for PostChannelsChannelIdDrafts.
PostChannelsChannelIdDraftsJSONRequestBody defines body for PostChannelsChannelIdDrafts for application/json ContentType.
PostChannelsChannelIdIncomingMessagesJSONBody defines parameters for PostChannelsChannelIdIncomingMessages.
PostChannelsChannelIdIncomingMessagesJSONRequestBody defines body for PostChannelsChannelIdIncomingMessages for application/json ContentType.
PostChannelsChannelIdMessagesJSONBody defines parameters for PostChannelsChannelIdMessages.
PostChannelsChannelIdMessagesJSONRequestBody defines body for PostChannelsChannelIdMessages for application/json ContentType.
PostContactGroupsContactGroupIdContactsJSONBody defines parameters for PostContactGroupsContactGroupIdContacts.
PostContactGroupsContactGroupIdContactsJSONRequestBody defines body for PostContactGroupsContactGroupIdContacts for application/json ContentType.
PostContactGroupsJSONBody defines parameters for PostContactGroups.
PostContactGroupsJSONRequestBody defines body for PostContactGroups for application/json ContentType.
PostContactsContactIdHandlesJSONBody defines parameters for PostContactsContactIdHandles.
PostContactsContactIdHandlesJSONRequestBody defines body for PostContactsContactIdHandles for application/json ContentType.
PostContactsContactIdNotesJSONBody defines parameters for PostContactsContactIdNotes.
PostContactsContactIdNotesJSONRequestBody defines body for PostContactsContactIdNotes for application/json ContentType.
PostContactsJSONBody defines parameters for PostContacts.
PostContactsJSONRequestBody defines body for PostContacts for application/json ContentType.
PostConversationsConversationIdCommentsJSONBody defines parameters for PostConversationsConversationIdComments.
PostConversationsConversationIdCommentsJSONRequestBody defines body for PostConversationsConversationIdComments for application/json ContentType.
PostConversationsConversationIdDraftsJSONBody defines parameters for PostConversationsConversationIdDrafts.
PostConversationsConversationIdDraftsJSONRequestBody defines body for PostConversationsConversationIdDrafts for application/json ContentType.
PostConversationsConversationIdFollowersJSONRequestBody defines body for PostConversationsConversationIdFollowers for application/json ContentType.
PostConversationsConversationIdLinksJSONRequestBody defines body for PostConversationsConversationIdLinks for application/json ContentType.
PostConversationsConversationIdMessagesJSONBody defines parameters for PostConversationsConversationIdMessages.
PostConversationsConversationIdMessagesJSONRequestBody defines body for PostConversationsConversationIdMessages for application/json ContentType.
PostConversationsConversationIdTagsJSONBody defines parameters for PostConversationsConversationIdTags.
PostConversationsConversationIdTagsJSONRequestBody defines body for PostConversationsConversationIdTags for application/json ContentType.
PostInboxesInboxIdChannelsJSONBody defines parameters for PostInboxesInboxIdChannels.
PostInboxesInboxIdChannelsJSONRequestBody defines body for PostInboxesInboxIdChannels for application/json ContentType.
PostInboxesInboxIdTeammatesJSONBody defines parameters for PostInboxesInboxIdTeammates.
PostInboxesInboxIdTeammatesJSONRequestBody defines body for PostInboxesInboxIdTeammates for application/json ContentType.
PostInboxesJSONBody defines parameters for PostInboxes.
PostInboxesJSONRequestBody defines body for PostInboxes for application/json ContentType.
PostLinksJSONBody defines parameters for PostLinks.
PostLinksJSONRequestBody defines body for PostLinks for application/json ContentType.
PostMessageTemplateFoldersJSONBody defines parameters for PostMessageTemplateFolders.
PostMessageTemplateFoldersJSONRequestBody defines body for PostMessageTemplateFolders for application/json ContentType.
PostMessageTemplateFoldersMessageTemplateFolderIdMessageTemplateFoldersJSONBody defines parameters for PostMessageTemplateFoldersMessageTemplateFolderIdMessageTemplateFolders.
PostMessageTemplateFoldersMessageTemplateFolderIdMessageTemplateFoldersJSONRequestBody defines body for PostMessageTemplateFoldersMessageTemplateFolderIdMessageTemplateFolders for application/json ContentType.
PostMessageTemplateFoldersMessageTemplateFolderIdMessageTemplatesJSONBody defines parameters for PostMessageTemplateFoldersMessageTemplateFolderIdMessageTemplates.
PostMessageTemplateFoldersMessageTemplateFolderIdMessageTemplatesJSONRequestBody defines body for PostMessageTemplateFoldersMessageTemplateFolderIdMessageTemplates for application/json ContentType.
PostMessageTemplatesJSONBody defines parameters for PostMessageTemplates.
PostMessageTemplatesJSONRequestBody defines body for PostMessageTemplates for application/json ContentType.
PostShiftShiftIdTeammatesJSONBody defines parameters for PostShiftShiftIdTeammates.
PostShiftShiftIdTeammatesJSONRequestBody defines body for PostShiftShiftIdTeammates for application/json ContentType.
PostShiftsJSONBody defines parameters for PostShifts.
PostShiftsJSONRequestBody defines body for PostShifts for application/json ContentType.
PostTagsJSONBody defines parameters for PostTags.
PostTagsJSONRequestBody defines body for PostTags for application/json ContentType.
PostTagsTagIdChildrenJSONBody defines parameters for PostTagsTagIdChildren.
PostTagsTagIdChildrenJSONRequestBody defines body for PostTagsTagIdChildren for application/json ContentType.
PostTeammatesTeammateIdContactGroupsJSONBody defines parameters for PostTeammatesTeammateIdContactGroups.
PostTeammatesTeammateIdContactGroupsJSONRequestBody defines body for PostTeammatesTeammateIdContactGroups for application/json ContentType.
PostTeammatesTeammateIdContactsJSONBody defines parameters for PostTeammatesTeammateIdContacts.
PostTeammatesTeammateIdContactsJSONRequestBody defines body for PostTeammatesTeammateIdContacts for application/json ContentType.
PostTeammatesTeammateIdMessageTemplateFoldersJSONBody defines parameters for PostTeammatesTeammateIdMessageTemplateFolders.
PostTeammatesTeammateIdMessageTemplateFoldersJSONRequestBody defines body for PostTeammatesTeammateIdMessageTemplateFolders for application/json ContentType.
PostTeammatesTeammateIdMessageTemplatesJSONBody defines parameters for PostTeammatesTeammateIdMessageTemplates.
PostTeammatesTeammateIdMessageTemplatesJSONRequestBody defines body for PostTeammatesTeammateIdMessageTemplates for application/json ContentType.
PostTeammatesTeammateIdTagsJSONBody defines parameters for PostTeammatesTeammateIdTags.
PostTeammatesTeammateIdTagsJSONRequestBody defines body for PostTeammatesTeammateIdTags for application/json ContentType.
PostTeamsTeamIdContactGroupsJSONBody defines parameters for PostTeamsTeamIdContactGroups.
PostTeamsTeamIdContactGroupsJSONRequestBody defines body for PostTeamsTeamIdContactGroups for application/json ContentType.
PostTeamsTeamIdContactsJSONBody defines parameters for PostTeamsTeamIdContacts.
PostTeamsTeamIdContactsJSONRequestBody defines body for PostTeamsTeamIdContacts for application/json ContentType.
PostTeamsTeamIdExportsJSONBody defines parameters for PostTeamsTeamIdExports.
PostTeamsTeamIdExportsJSONRequestBody defines body for PostTeamsTeamIdExports for application/json ContentType.
PostTeamsTeamIdInboxesJSONBody defines parameters for PostTeamsTeamIdInboxes.
PostTeamsTeamIdInboxesJSONRequestBody defines body for PostTeamsTeamIdInboxes for application/json ContentType.
PostTeamsTeamIdMessageTemplateFoldersJSONBody defines parameters for PostTeamsTeamIdMessageTemplateFolders.
PostTeamsTeamIdMessageTemplateFoldersJSONRequestBody defines body for PostTeamsTeamIdMessageTemplateFolders for application/json ContentType.
PostTeamsTeamIdMessageTemplatesJSONBody defines parameters for PostTeamsTeamIdMessageTemplates.
PostTeamsTeamIdMessageTemplatesJSONRequestBody defines body for PostTeamsTeamIdMessageTemplates for application/json ContentType.
PostTeamsTeamIdShiftsJSONBody defines parameters for PostTeamsTeamIdShifts.
PostTeamsTeamIdShiftsJSONRequestBody defines body for PostTeamsTeamIdShifts for application/json ContentType.
PostTeamsTeamIdTagsJSONBody defines parameters for PostTeamsTeamIdTags.
PostTeamsTeamIdTagsJSONRequestBody defines body for PostTeamsTeamIdTags for application/json ContentType.
PostTeamsTeamIdTeammatesJSONBody defines parameters for PostTeamsTeamIdTeammates.
PostTeamsTeamIdTeammatesJSONRequestBody defines body for PostTeamsTeamIdTeammates for application/json ContentType.
PutConversationsConversationIdAssigneeJSONBody defines parameters for PutConversationsConversationIdAssignee.
PutConversationsConversationIdAssigneeJSONRequestBody defines body for PutConversationsConversationIdAssignee for application/json ContentType.
Role of the recipient.
RequestEditorFn is the function signature for the RequestEditor callback function.
ResourceID defines model for ResourceID.
Role defines model for role.
Rule defines model for rule.
Shift defines model for shift.
Color of the shift.
SortBy defines model for sortBy.
SortOrder defines model for sortOrder.
A tag is a label that can be used to classify conversations.
Highlight color of the tag.
Team defines model for team.
A teammate is a user in Front.
TopicQuery defines model for topicQuery.
The time (measured in seconds) that users have to undo a send operation in the channel.
New status of the conversation.
Color of the shift.
Highlight color of the tag.