GoSquared integration (Data, Marketing). Imported from open-connector.
https://api.gosquared.com/auth/v1/tokeninfo
/now/v3/overview
| Param | Type | Required | Description |
|---|---|---|---|
| siteToken | string | optional | GoSquared site_token for the project to query. Omit this to use the siteToken s… |
| from | string | optional | The start date-time for the GoSquared query. |
| to | string | optional | The end date-time for the GoSquared query. |
| dateFormat | string | optional | Moment.js date format that GoSquared should use for returned date parameters. |
/now/v3/timeSeries
| Param | Type | Required | Description |
|---|---|---|---|
| siteToken | string | optional | GoSquared site_token for the project to query. Omit this to use the siteToken s… |
| from | string | optional | The start date-time for the GoSquared query. |
| to | string | optional | The end date-time for the GoSquared query. |
| interval | string | optional | Discrete time interval between Now Time Series points, such as 5min. |
| dateFormat | string | optional | Moment.js date format that GoSquared should use for returned date parameters. |
/trends/v2/aggregate
| Param | Type | Required | Description |
|---|---|---|---|
| siteToken | string | optional | GoSquared site_token for the project to query. Omit this to use the siteToken s… |
| from | string | optional | The start date-time for the GoSquared query. |
| to | string | optional | The end date-time for the GoSquared query. |
| dateFormat | string | optional | Moment.js date format that GoSquared should use for returned date parameters. |
| limit | string | optional | Maximum number of results to return, either as a count such as 10 or offset,cou… |
| interval | string | optional | Interval used to split GoSquared Trends Aggregate datapoints. |