SpyREST

Supported by Mashape

Home » api.kissmetrics.com Versions » Default Resources » Report » GET /core/reports

GET /core/reports

Description

Query Parameters

Name Type Example Values Description
offset Integer 20, 0
limit Integer 20

Response Fields

Name Type Description
meta.status Integer
data Array
pagination.limit Integer
pagination.offset Integer
pagination.total Integer
links Array
links[].name String
links[].rel String
links[].href String
links[].templated Boolean
Write
Preview

Examples

The reports endpoint allows...
The reports endpoint return...

The reports endpoint allows you to paginate

Recorded at

2015-05-14 18:21:05 UTC

Try with cURL

Request URL

Requires Authorization
GET /core/reports?limit=20&offset=20      

Query Parameters

offset: 20
limit: 20
      

Request Headers

authorization: FILTERED
user-agent: curl/7.37.1
      

Response Headers

transfer-encoding: chunked
connection: close
content-length: 454
x-runtime: 0.093836
x-request-id: c15b3ece-0ad4-4060-9d6a-2288306d635f
vary: Accept-Encoding
status: 200 OK
server: nginx/1.6.2
link: <https://api.kissmetrics.com/core/reports?limit=20&offset=20>; rel="self"; templated="false",<https://api.kissmetrics.com/core/reports?limit=20&offset=0>; rel="first"; templated="false",<https://api.kissmetrics.com/core/reports?limit=20&offset=0>; rel="last"; templated="false"
etag: "0f46f6d72c15f0a67cee594a7d6731b5"
date: Thu, 14 May 2015 18:21:06 GMT
content-type: application/json; charset=utf-8
cache-control: max-age=0, private, must-revalidate
      

Response Body

Shortened for readability

{
  "meta": {
    "status": 200
  },
  "data": [

  ],
  "pagination": {
    "limit": 20,
    "offset": 20,
    "total": 0
  },
  "links": [
    {
      "name": "Self",
      "rel": "self",
      "href": "https://api.kissmetrics.com/core/reports?limit=20&offset=20",
      "templated": false
    },
    {
      "name": "First",
      "rel": "first",
      "href": "https://api.kissmetrics.com/core/reports?limit=20&offset=0",
      "templated": false
    }
  ]
}
      

The reports endpoint returns a list of reports you are authorized to access. This includes all Reports across all Products.

Recorded at

2015-05-14 18:21:04 UTC

Try with cURL

Request URL

Requires Authorization
GET /core/reports?limit=20&offset=0      

Query Parameters

offset: 0
limit: 20
      

Request Headers

authorization: FILTERED
user-agent: curl/7.37.1
      

Response Headers

transfer-encoding: chunked
connection: close
content-length: 452
x-runtime: 0.076754
x-request-id: d655cf42-870c-49c6-91a6-07b659e58a3a
vary: Accept-Encoding
status: 200 OK
server: nginx/1.6.2
link: <https://api.kissmetrics.com/core/reports?limit=20&offset=0>; rel="self"; templated="false",<https://api.kissmetrics.com/core/reports?limit=20&offset=0>; rel="first"; templated="false",<https://api.kissmetrics.com/core/reports?limit=20&offset=0>; rel="last"; templated="false"
etag: "69a89902a570e81e8c5187c44e259563"
date: Thu, 14 May 2015 18:21:05 GMT
content-type: application/json; charset=utf-8
cache-control: max-age=0, private, must-revalidate
      

Response Body

Shortened for readability

{
  "meta": {
    "status": 200
  },
  "data": [

  ],
  "pagination": {
    "limit": 20,
    "offset": 0,
    "total": 0
  },
  "links": [
    {
      "name": "Self",
      "rel": "self",
      "href": "https://api.kissmetrics.com/core/reports?limit=20&offset=0",
      "templated": false
    },
    {
      "name": "First",
      "rel": "first",
      "href": "https://api.kissmetrics.com/core/reports?limit=20&offset=0",
      "templated": false
    }
  ]
}