Skip to main content
GET
/
Module
/
{moduleId}
/
Note
Get notes for a module
curl --request GET \
  --url https://api.plantpredict.terabase.energy/Module/{moduleId}/Note \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": 34514,
    "date": "2026-02-04T10:03:03.14",
    "contents": "Changing status",
    "ownerId": 5093,
    "entityType": 2,
    "entityID": 41259
  }
]

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

moduleId
integer
required

Response

Notes

id
integer
date
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.

contents
string
ownerId
integer
entityType
enum<integer>

EntityType

Available options:
1,
2,
3,
4,
5,
6
entityID
integer