Options
All
  • Public
  • Public/Protected
  • All
Menu

Class to add api uris for the agent hive

Hierarchy

  • AgentHiveApiUriConstants

Index

Constructors

Properties

AGENT_HIVE_ADD_MEMBER_GROUP: string = '/agenthive/v1/groups/{groupId}/add-user'
AGENT_HIVE_CHANNEL_ID: string = '/agenthive/v1/channels'
AGENT_HIVE_CHANNEL_OUTBOUND: string = '/dfo/3.0/channels/{channelId}/outbound'
AGENT_HIVE_CHAT_PREFERENCES: string = '/agenthive/v1/chat/preferences'
AGENT_HIVE_CLEAR_UNREAD_MESSAGES: string = '/agenthive/v1/unread-messages'
AGENT_HIVE_CREATE_GROUP_CHAT: string = '/agenthive/v1/groups/create'
AGENT_HIVE_GET_FAVORITES: string = '/agenthive/v1/favorites/{userId}'
AGENT_HIVE_GROUP_CHAT: string = '/agenthive/v1/groups/user/{userId}'
AGENT_HIVE_GROUP_MEMBER_DETAILS: string = '/agenthive/v1/groups/{groupId}'
AGENT_HIVE_MARK_FAVORITES: string = '/agenthive/v1/user/{userId}/favorite/{memberId}'
AGENT_HIVE_RECENT_CHAT_THREADS: string = '/agenthive/v1/fetch-recent-threads/{userId}'
AGENT_HIVE_REMOVE_MEMBER_GROUP: string = '/agenthive/v1/groups/{groupId}/remove-user'
AGENT_HIVE_RENAME_GROUP: string = '/agenthive/v1/groups/{groupId}/rename'
AGENT_HIVE_THREADS: string = '/agenthive/v1/threads'
AGENT_HIVE_THREAD_MESSAGES: string = '/agenthive/v1/threads/{threadId}/messages'
AGENT_HIVE_UNREAD_MESSAGES: string = '/agenthive/v1/unread-messages?receiverId={receiverId}'
AGENT_HIVE_UPDATE_USER_AVAILABILITY: string = '/agenthive/v1/user-presence/{id}'
AGENT_HIVE_USERHUB_SYNC: string = '/agenthive/v1/users/{id}'
AGENT_HIVE_USERS_LIST: string = '/agenthive/v1/users'
AGENT_HIVE_USER_MESSAGES: string = '/agenthive/v1/messages'
CONVERSATIONS_ATTACHMENT_UPLOAD: string = '/dfo/3.0/attachments/temporary'
DOWNLOAD_ALL_ATTACHMENTS: string = '/dfo/3.0/attachments/download'
SUBSCRIBES_TO: string = '/agenthive/v1/user/{userId}/subscribesTo'

Generated using TypeDoc