Skip to main content

getConversationURL()

function getConversationURL(params: {
conversationId: number;
workspaceId: number;
}): string;

Returns the URL for a conversation

Parameters

ParameterTypeDescription
params{ conversationId: number; workspaceId: number; }Object containing workspaceId and conversationId
params.conversationIdnumber-
params.workspaceIdnumber-

Returns

string

A relative URL path