GetUserApiLogParams: { from?: QFromParameter; until?: QUntilParameter }

Type declaration

  • Optionalfrom?: QFromParameter

    A from (inclusive) date-time. If provided no API calls prior to this will be returned. UTC is assumed if no timezone is provided

  • Optionaluntil?: QUntilParameter

    An until (exclusive) date-time. If provided only API calls made before this will be returned. UTC is assumed if no timezone is provided