Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UserApiUserCurrentTrackedTimesRequest

Request parameters for userCurrentTrackedTimes operation in UserApi.

export
interface

UserApiUserCurrentTrackedTimesRequest

Hierarchy

  • UserApiUserCurrentTrackedTimesRequest

Index

Properties

before?: string

Only show times updated before the given time. This is a timestamp in RFC 3339 format

memberof

UserApiUserCurrentTrackedTimes

limit?: number

page size of results

memberof

UserApiUserCurrentTrackedTimes

page?: number

page number of results to return (1-based)

memberof

UserApiUserCurrentTrackedTimes

since?: string

Only show times updated after the given time. This is a timestamp in RFC 3339 format

memberof

UserApiUserCurrentTrackedTimes

Generated using TypeDoc