List comments for a pod
Path parameters
string
required
The internal ID of the pod.
200
Response fields
array
required
Ordered list of comments on the pod.
string
required
Internal comment ID.
string
required
The comment text.
string (date-time)
required
ISO 8601 timestamp when the comment was posted.
string
required
Display name of the commenter.
string | null
Avatar URL for the commenter.
Example
Create a comment on a pod
Path parameters
string
required
The internal ID of the pod.
Request body
string
required
The internal ID of the pod (must match the path parameter).
string
required
The comment text.
201
Example
Register a vote for a pod
Path parameters
string
required
The internal ID of the pod being voted on.
Request body
string
required
The internal ID of the pod (must match the path parameter).
integer
required
The epoch number in which this vote is being cast.
number
required
The weighted vote amount, derived from the voter’s veREPPO balance.
boolean
required
true for an up-vote, false for a down-vote.string
required
Transaction hash of the on-chain vote submitted on Base.
200
Response fields
string
required
Internal ID of the created vote record.
Example
Store vote feedback for a pod
Path parameters
string
required
The internal ID of the pod.
Request body
string
required
The internal ID of the pod.
string
required
The voter’s written rationale or qualitative assessment.
integer
required
The epoch number in which the vote was cast.
number
required
The voter’s veREPPO voting power at the time of the vote.
boolean
required
true if the associated vote was an up-vote, false for a down-vote.string
required
Internal ID of the datanet the pod belongs to.
number
required
The weighted vote amount associated with this feedback entry.
201