getConversationURL()
function getConversationURL(params: {
conversationId: number;
workspaceId: number;
}): string;
Returns the URL for a conversation
Parameters
Parameter | Type | Description |
---|---|---|
params | { conversationId : number ; workspaceId : number ; } | Object containing workspaceId and conversationId |
params.conversationId | number | - |
params.workspaceId | number | - |
Returns
string
A relative URL path