Get Device List

post

Obtain device list by station ID.

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

OAuth2authorizationCodeRequired
Authorization URL: Token URL:
Body
stationIdstringRequired

Id of power station

Example: ST22****77FV
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/list

Last updated