summaryrefslogtreecommitdiff
path: root/jb-ui/src/api_fsb/docs/StartedAfter.md
blob: 9424a4b3b8a1bcf89f074d1c30add14775a0055f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# StartedAfter

Retrieve sessions which were started after this timestamp. If `NULL`, default is 10 days ago.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------

## Example

```typescript
import { StartedAfter } from './api';

const instance: StartedAfter = {
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)