Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 330 Bytes

File metadata and controls

18 lines (13 loc) · 330 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

let callRecord = await client.api('/communications/callRecords/e523d2ed-2966-4b6b-925b-754a88034cc5')
	.version('beta')
	.expand('sessions($expand=segments)')
	.get();