GET v1/accounts/{foreignaccountkey}/networks/{foreignkey}/analytics/clientsessions?from={from}&to={to}&timeZoneOffset={timeZoneOffset}

Returns the raw session data for the given time period

Request Information

URI Parameters

NameDescriptionTypeAdditional information
foreignaccountkey

The Api Account to query

string

Required

foreignkey

The network on the account to query

string

Required

from

The date and time to begin the report from e.g. '24aug2017 02:00'

date

None.

to

The date and time to end the report at e.g. '25aug2017 14:00'

date

None.

timeZoneOffset

The report time zone offset (as integer between -12 and 12, default is 0 (UTC)). 'from' and 'to' parameters are expected to be in the same time zone

integer

Default value is 0

Body Parameters

None.

Response Information

Resource Description

A list of client session objects. Properties descried above

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.