GetApiV1DeveloperAppsByAppUuidUsageUsersData
GetApiV1DeveloperAppsByAppUuidUsageUsersData =
object
Defined in: src/client/types.gen.ts:3311
Properties
body?
optionalbody:never
Defined in: src/client/types.gen.ts:3312
path
path:
object
Defined in: src/client/types.gen.ts:3313
app_uuid
app_uuid:
string
App UUID
query?
optionalquery:object
Defined in: src/client/types.gen.ts:3319
end_time?
optionalend_time:string
End time (RFC3339). Defaults to now.
limit?
optionallimit:number
Number of results (default 50, max 100)
offset?
optionaloffset:number
Offset for pagination (default 0)
start_time?
optionalstart_time:string
Start time (RFC3339). Defaults to 30 days ago.
url
url:
"/api/v1/developer/apps/{app_uuid}/usage/users"
Defined in: src/client/types.gen.ts:3337
Last updated on