flipflow api 1.0

Connect, simplify, and automate your market prices

Auth

UrlParam: ?api_token={token}

Custom reports

Fetch custom reports

Custom report

Json array with the dimensions and measures defined in app

GET https://app.flipflow.io/api/custom-reports/1234?api_token=lETRbcGNMKMaCDBfUWoG8dpVE0mr5hEnR1Shf6gGK28VSJcllJ43vJEckqsq?format=csv|tsv|json
Responses200404403
Headers
Content-Type: application/json
X-Request-ID: f72fc914
X-Response-Time: 4ms
Body
[
  {
    "<dimension_name_column_1>": "Samsung Galaxy S21 5G",
    "<measure_name_column_2>": "649",
    "<measure_name_column_3>": "679",
    "<measure_name_column_4>": "679"
  }
]
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "array"
}
Headers
Content-Type: application/json
X-Request-ID: f72fc914
X-Response-Time: 4ms
Body
{
  "error": {
    "message": "Custom report not found",
    "code": 404
  }
}
Headers
Content-Type: application/json
X-Request-ID: f72fc914
X-Response-Time: 4ms
Body
{
  "error": {
    "message": "Invalid api token",
    "code": 403
  }
}

Get custom report
GET/custom-reports/{id}{?api_token}{?format}

Get a data of a custom report.

URI Parameters
HideShow
id
number (required) Example: 1234

The custom report ID

api_token
string (required) Example: lETRbcGNMKMaCDBfUWoG8dpVE0mr5hEnR1Shf6gGK28VSJcllJ43vJEckqsq

Token

format
string (optional) Example: csv|tsv|json

String


Generated by aglio on 10 Jun 2022