Get latest value of elements

You can retrieve the latest data of a specific element in a plant by making an API request to /api/Plant/{plantId}/Element/{elementId}/LastData.
  1. Go to the Plant section and find the /api/Plant/{plantId}/Element/{elementId}/LastData endpoint.
    Layer 1
  2. In the Parameters section, enter the plant ID, element 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 data of an element.
    Layer 1
You obtain the latest data of an element within the plant.