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
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.plantpredict.com/llms.txt

Use this file to discover all available pages before exploring further.

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<date-time>
contents
string
ownerId
integer
entityType
enum<integer>

EntityType

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