Logbook APIs
Get Recent Changes (GET)
Retrieves the last changes.
Route
|
URI |
/api/v1/logbook/recent |
|
Method |
GET |
|
Result |
JSON – WebApiControllerResponse<LogBookSummaryResponse[]> |
Parameters
|
Name |
Type |
Mandatory |
Description |
|---|---|---|---|
|
startTimeUtc |
DateTime |
No |
start date in utc |
|
endTimeUtc |
DateTime |
No |
end date in utc |
Example
GET http://localhost/api/v1/logbook/recent