Skip to main content
GET
Get project overview

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

Response

Project overview

id
integer
name
string
country
string
countryCode
string
createdDate
string

ISO-8601 datetime as returned by the PlantPredict API. May or may not include a timezone offset; treat as server-local when no offset is present.

lastModified
string

ISO-8601 datetime as returned by the PlantPredict API. May or may not include a timezone offset; treat as server-local when no offset is present.

elevation
number<double>
region
string
standardOffsetFromUTC
number
locality
string
latitude
number<double>
longitude
number<double>
stateProvinceCode
string
status
enum<integer>

ProjectStatusEnum

Available options:
0,
1,
2
predictions
object[]