Get geographical data for an Ajax call

get

/serviceapi/apm.dataserver/api/v1/ajaxCalls/{id}/dataSeries

Retrieve the geographical data for a known Ajax call ID

Request

Supported Media Types
Path Parameters
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

Completed successfully, result may be null. See Status Codes for information about other possible HTTP response status codes.
Body ()
Root Schema : PageGeoData
Type: object
Geographical information about a Page or Ajax Call (PageGeoData)
Show Source
Nested Schema : columnNames
Type: array
Metrics columns are: averageResponseTime, maxResponseTime, completedCount, failureCount, errorPercentage. Group-by columns are: continentCode, countryCode, regionCode, osFamily, osFamilyI18n (included if osFamily existed), osName, browserType, browserType18n (included if browserType existed), browserVersion (null by default)
Show Source
Nested Schema : linkCollection
Type: array
See Links to Related Resources for more information
Show Source
Nested Schema : TimeRange
Type: object
Show Source
Nested Schema : rows
Type: array
Show Source
Nested Schema : warnings
Type: array
Informational or Error messages
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : items
Type: object
Nested Schema : ErrorMessage
Type: object
An error message
Show Source
Back to Top