Skip to content

Instantly share code, notes, and snippets.

@tacyarg
Last active March 23, 2019 17:43
Show Gist options
  • Save tacyarg/8afff2b07a0f57ad4366eab356d79628 to your computer and use it in GitHub Desktop.
Save tacyarg/8afff2b07a0f57ad4366eab356d79628 to your computer and use it in GitHub Desktop.
Vunbox.com API

Vunbox.com API - March 21, 2019

Actions

/

List all available actions

Returns array of possible api methods.

/listUserStats

List all the available user statistics.

Returns array.

/listCaseSiteStats

List all the available case-site statistics.

Returns array.

/listCaseStats

List all the available case statistics.

Returns array.

/listSiteMostOpenings

List the top 100 case openings sites with the most openings.

Returns array.

/listSiteMostRake

List the top 100 case openings sites with the most rake.

Returns array.

/getGlobalStats

Get the currnent alltime stats combined from all events.

Returns object.

/listCaseMostOpenings

List the top 100 cases with the most openings.

Returns array.

/listCaseMostSpent

List the top 100 cases with the most spent by customers.

Returns array.

/listCaseMostAwarded

List the top 100 cases with the most paid to customers.

Returns array.

/listCaseMostProfitable

List the top 100 cases most profitable for wax.

Returns array.

/listCaseBestRoi

List the top 100 cases with the best potential ROI.

Returns array.

/caseOpenings

List the top 100 users with the most openings.

Returns array.

/caseTotalAwarded

List the top 100 users that have recieved the most.

Returns array.

/listDailySnapshots

List past 30 days of daily snapshots.

Returns array.

/listDailyBackups

List the past 30 days of daily backups.

Returns array.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment