Entity Performance
Request and Response
get
Path parameters
entityIdinteger · int64RequiredExample:
Unique identifier provided by Landytech
123Query parameters
fromDatestring · dateOptionalExample:
Start of Date Range (Inclusive)
2025-05-01toDatestring · dateOptionalExample:
End of Date Range (Inclusive)
2025-05-13lookThroughstringOptionalDefault:
Enable/disable look through
falsepageNumberinteger · int32OptionalDefault:
The current page, the first page should be '0'
0pageSizeinteger · int32 · max: 100OptionalDefault:
Number of records per page
100Responses
200
OK
application/json
totalPagesinteger · int64RequiredExample:
Number of pages
1totalElementsinteger · int64RequiredExample:
Number of elements across all pages
1lastbooleanRequiredExample:
Last page
truesizeinteger · int64RequiredExample:
Number of elements in one page
100firstbooleanRequiredExample:
First page
truenumberinteger · int64RequiredExample:
Current page number
0numberOfElementsinteger · int64RequiredExample:
Number of elements in the page
1emptybooleanRequiredExample:
Empty
falseget
/api/v1/entityperformance/{entityId}200
OK
Last updated
Was this helpful?