LeaderboardReportInput
No description
input LeaderboardReportInput {
closedAtEndDate: Datetime
closedAtStartDate: Datetime
createdAtEndDate: Datetime
createdAtStartDate: Datetime
dealStages: [String!]
limit: Int!
offset: Int!
playbookIds: [String!]
timeframeEndDate: Datetime
timeframeStartDate: Datetime
pointPersonFilter: [String!]
includeClosedStages: Boolean
}
Fields
LeaderboardReportInput.closedAtEndDate ● Datetime scalar
Upper bound on the deal close date.
LeaderboardReportInput.closedAtStartDate ● Datetime scalar
Lower bound on the deal close date.
LeaderboardReportInput.createdAtEndDate ● Datetime scalar
Upper bound on the accord creation date.
LeaderboardReportInput.createdAtStartDate ● Datetime scalar
Lower bound on the accord creation date.
LeaderboardReportInput.dealStages ● [String!] list scalar
Only include accords in these CRM deal stages.
LeaderboardReportInput.limit ● Int! non-null scalar
Maximum number of leaderboard rows to return (defaults to 20).
LeaderboardReportInput.offset ● Int! non-null scalar
Row offset for pagination.
LeaderboardReportInput.playbookIds ● [String!] list scalar
Only include accords created from these playbooks.
LeaderboardReportInput.timeframeEndDate ● Datetime scalar
Upper bound on the deal-execution score calculated_at; scores after this are ignored (defaults to now).
LeaderboardReportInput.timeframeStartDate ● Datetime scalar
Lower bound for including recently archived accords and closed-stage close dates (defaults to 10 years ago).
LeaderboardReportInput.pointPersonFilter ● [String!] list scalar
Only include accords whose point person is one of these workspace seats.
LeaderboardReportInput.includeClosedStages ● Boolean scalar
When true, also include closed-stage deals whose close date falls within the timeframe; otherwise only in-progress stages count.
Member Of
leaderboardReport query