GetApiV1DeveloperAppsByAppUuidUsageData
GetApiV1DeveloperAppsByAppUuidUsageData =
object
Defined in: src/client/types.gen.ts:3252
Properties
body?
optionalbody:never
Defined in: src/client/types.gen.ts:3253
path
path:
object
Defined in: src/client/types.gen.ts:3254
app_uuid
app_uuid:
string
App UUID
query?
optionalquery:object
Defined in: src/client/types.gen.ts:3260
end_time?
optionalend_time:string
End time (RFC3339). Defaults to now.
granularity?
optionalgranularity:string
Timeseries granularity: ‘day’ (default) or ‘hour’
start_time?
optionalstart_time:string
Start time (RFC3339). Defaults to 30 days ago.
url
url:
"/api/v1/developer/apps/{app_uuid}/usage"
Defined in: src/client/types.gen.ts:3274
Last updated on