OverviewOverview

Overview

Fetch aggregated overview data for the analytics page.

curl -X GET "https://api.nexus.usehardal.com/analytics/overview/?timeframe=today&startDate=example_string&endDate=example_string&timezone=example_string&limit=example_string&eventName=John%20Doe&targetSignalId=example_string&interval=minute&isCompareEnabled=false&compareStartDate=example_string&compareEndDate=example_string" \
  -H "Content-Type: application/json" \
  -H "Authorization: YOUR_API_KEY"
{}
GET
/analytics/overview/
GET
Base URLstring

Target server for requests. Edit to use your own host.

API Key (header: Authorization)
Authorizationstring
Required

API key (sent in header)

query
timeframestring

Preset timeframe. Use custom with startDate and endDate, or omit when startDate/endDate are provided.

Options: today, yesterday, last7days, last30days, custom
query
startDatestring

Start date (YYYY-MM-DD)

query
endDatestring

End date (YYYY-MM-DD)

query
timezonestring

Timezone for date filtering (default: Europe/Istanbul)

query
limitstring

Maximum number of rows to return for top lists

query
eventNamestring

Filter metrics by a specific event name

query
targetSignalIdstring

Target signal ID for an authorized mobile app or related signal in the same project

query
intervalstring

Interval for data aggregation (minute, hour, day, week, month)

Options: minute, hour, day, week, month
query
isCompareEnabledstring

Enable comparison range calculations (default: false)

query
compareStartDatestring

Comparison start date (YYYY-MM-DD)

query
compareEndDatestring

Comparison end date (YYYY-MM-DD)

Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

API Key for authentication. Provide your API key in the header.

Query Parameters

timeframestring

Preset timeframe. Use custom with startDate and endDate, or omit when startDate/endDate are provided.

Allowed values:todayyesterdaylast7dayslast30dayscustom
startDatestring

Start date (YYYY-MM-DD)

endDatestring

End date (YYYY-MM-DD)

timezonestring

Timezone for date filtering (default: Europe/Istanbul)

limitstring

Maximum number of rows to return for top lists

eventNamestring

Filter metrics by a specific event name

targetSignalIdstring

Target signal ID for an authorized mobile app or related signal in the same project

intervalstring

Interval for data aggregation (minute, hour, day, week, month)

Allowed values:minutehourdayweekmonth
isCompareEnabledstring

Enable comparison range calculations (default: false)

compareStartDatestring

Comparison start date (YYYY-MM-DD)

compareEndDatestring

Comparison end date (YYYY-MM-DD)

Responses

200 response