Overview

Retrieve a realtime overview

GETnow/overview

Retrieves a summary of data for the site, including people online, the number of active pages and historical visitor min, max and averages.

Query String Parameters

from

String

The start date-time for the query

to

String

The end date-time for the query

dateFormat

String

The format that any date parameters will be returned in. This takes any value permitted by Moment.

Definition

GET https://api.gosquared.com/now/v3/overview
Open Query Builder
Close

Authentication

Parameters * required

Post Data * required

Example Request

require 'gosquared'

gs = Gosquared::RubyLibrary.new('demo','GSN-106863-S')

gs.now.overview

gs.now.fetch

Live Responseundefined undefined

Your API Key is not authorised for this endpoint