Get Team level analytics
GET {{baseUrl}}/analyticsv2/team?owner_id=6129ac15518568defa92794b&from=2022-11-19T11:43:51.947Z&to=2022-12-19T11:43:51.947Z&user_id=5c7cf6bff8dde3001282aa57&service_id=5c7cf6bff8dde3001282aa56
- This endpoint is used to get MTTA and MTTR (in seconds) of the team with provided filters in queryparams.
- By default returns MTTA and MTTR data for a month.
- Requires
access_token
as aBearer {{token}}
in theAuthorization
header withread
scope.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
owner_id | string | Team Id - Required | |
from | string | From date | |
to | string | To date | |
user_id | string | Filter by user | |
service_id | string | Filter by service |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | null |
RESPONSES
status: OK
{"data":{"mtta":21416.412109375,"mttr":28132.5390625}}