System Image
ON THIS PAGE
A System image can be acquired by using the uuid in the System payload
Endpoint
Endpoint | Query Parameters |
---|---|
GET api/orgs/:org_id/projects/:project_id/systems/:uuid/image/" | width and height (required) |
Example
Getting system image
Sample GET request and response (Get system image):
Requestcurl "https://api.opensolar.com/api/orgs/:org_id/projects/:project_id/systems/:uuid/image/?width=500&height=500"
-H "Authorization: Bearer <token>"