Skip to main content
GET
/
Project
/
{projectId}
/
Prediction
/
{predictionId}
/
ShadeScene
/
Results
Get 3D shade calculation results
curl --request GET \
  --url https://api.plantpredict.terabase.energy/Project/{projectId}/Prediction/{predictionId}/ShadeScene/Results \
  --header 'Authorization: Bearer <token>'
{
  "uiShadeData": {},
  "transpositionFactors": {},
  "hasScheduledData": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.plantpredict.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Pass Authorization: Bearer <token> on every request. See the Authentication section of the API description for how to fetch a token.

Path Parameters

projectId
integer
required
predictionId
integer
required

Response

Shade results

uiShadeData
object
transpositionFactors
object
hasScheduledData
boolean