Endpoint Examples
Get Posts
Returns all plants from the system that the user has access to
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The maximum number of results to return
Response
200
application/json
Plant response
The response is of type object[]
.