Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 439 Bytes

File metadata and controls

17 lines (12 loc) · 439 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

let getUsageMetricsForTeamsByLaunch = await client.api('/reports/serviceActivity/getUsageMetricsForTeamsByLaunch(inclusiveIntervalStartDateTime=2024-10-02T10:30:00Z,exclusiveIntervalEndDateTime=2024-10-02T10:59:59Z,aggregationIntervalInMinutes=10)')
	.version('beta')
	.get();