action telematicssdk_v1_statistics_consolidated { label: "/v1/Statistics/consolidated" description: "/v1/Statistics/consolidated" provider: telematicssdk method: GET path: "/statistics/v1/Statistics/consolidated" encoding: json input: { type: "object" properties: { AppId: { type: "string" } CompanyId: { type: "string" } DeviceToken: { type: "string" } EndDate: { type: "string" } InstanceId: { type: "string" } StartDate: { type: "string" } Tag: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }