Skip to end of banner
Go to start of banner

getSalesMetricList

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 70 Current »

See also: Actions

Description

Get a list of sales metrics like churn, renewals, and conversions for a specific vendor with regex filtering on app name or key. Filter to a specific app by providing the app key or name using the app parameter. Additional filtering by date is supported using the startDate and endDate parameters. By default, entire history is returned. Data is aggregated by month by default. Specify --options aggregation=week for week based aggregation. Use the type parameter to specify the metric type, otherwise, information for all types will be shown. Valid types are churn, conversions, and renewals. Metrics are returned starting with a special value of @all for app representing total across all vendor apps. The limit parameter, in this case, is the number of applications to list. Currently, Atlassian only provides these metrics for Cloud apps.

Required Parameters

vendor

Optional Parameters

type, app, startDate, endDate, options, limit, regex, columns, select, outputType, file, append, encoding

Type

Get

Category

Metrics

Output Formats

Replacement Variables

Since Version9.2

Examples

getSalesMetricList

Related How To's

  • No labels