Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 1.17 KB

HistoricalEventControllerApi.md

File metadata and controls

39 lines (21 loc) · 1.17 KB

\HistoricalEventControllerApi

All URIs are relative to http://localhost:25600

Method HTTP request Description
get_all3 GET /api/v1/history

get_all3

crate::models::PageHistoricalEventDto get_all3(page, size, sort)

Parameters

Name Type Description Required Notes
page Option<i32> Zero-based page index (0..N)
size Option<i32> The size of the page to be returned
sort Option<Vec> Sorting criteria in the format: property(,asc desc). Default sort order is ascending. Multiple sort criteria are supported.

Return type

crate::models::PageHistoricalEventDto

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: /, application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]