Get Inverter Historical

post

Obtain inverter historical data by device ID.

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
  • : all privileges
Authorizations
OAuth2clientCredentialsRequired
Token URL:

OAuth2authorizationCodeRequired
Authorization URL: Token URL:
Body
snstringRequired

Device serial number

Example: ST22****77FV
startinteger · int64Optional

Start Time(Note: EpochTime format, default recent 7 day)

Example: 1737257242000
endinteger · int64Optional

End Time(Note: EpochTime format, default recent 7 day)

Example: 1737862042000
currentnumberOptional

Current page number, default and minimum value is 1

Example: 1
sizenumberOptional

The amount pf data presented per page, default and minimum value is 10

Example: 10
Responses
chevron-right
200

Operation was successful

application/json
errnonumberRequired

Succeeded when 200, Failed when Non 200

Example: 200
msgstringRequired

Error prompt message

Example: The operation has been successful
post
/v1/device/inverter/historical

Last updated