Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions api/api/v3/cars/trips.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ The `env` variable as the host of the route can be changed for testing purpose.
|---|---|---|
|`begin`|The start of the interval when you want the *trips*, Format is `2016-04-20T13:37:42Z(+/-HH:mm)` default value is **First day of month at 00:00:00+00:00**|NO|
|`end`|The end of the interval when you want the *trips*, Format is `2016-04-20T13:37:42Z(+/-HH:mm)` default value is **Current moment when you send request**|NO|
|`inclusive`|If set to `true`, all the trips started __or__ ended between `begin` and `end` will be returned. If set to `false` (*default value*), only the trips started __and__ ended between `begin` and `end` will be returned.|NO


## Success Response

Expand Down