Skip to Content
Anuma SDKClientInternalType AliasesGetApiV1DeveloperAppsByAppUuidUsageUsersData

GetApiV1DeveloperAppsByAppUuidUsageUsersData

GetApiV1DeveloperAppsByAppUuidUsageUsersData = object

Defined in: src/client/types.gen.ts:3311 

Properties

body?

optional body: 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?

optional query: object

Defined in: src/client/types.gen.ts:3319 

end_time?

optional end_time: string

End time (RFC3339). Defaults to now.

limit?

optional limit: number

Number of results (default 50, max 100)

offset?

optional offset: number

Offset for pagination (default 0)

start_time?

optional start_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