Get latest values of plants

To retrieve the most recent data for all the devices within a particular plant, you can use the /api/Plant/{plantId}/LastData endpoint.

  1. Go to the Plant section and find the /api/Plant/{plantId}/LastData endpoint.
    L nayer 1
  2. In the Parameters section, enter the plant ID and your access token, and then click Try It Out.
    Layer 1
    Note: The access token expires 24 hours after either its creation or its last use. For more information, see the Access token.
  3. If the server accepts the token, it returns a "200 HTTP" response and the latest values of each device.
    Layer 1
You obtain the latest values of all the devices within a plant.