MPC Tally API Server

get-proposal-timeline

Get the timeline of events for a specific proposal

Input Schema

NameRequiredDescriptionDefault
proposalIdYesThe ID of the proposal to get the timeline for

Input Schema (JSON Schema)

{ "properties": { "proposalId": { "description": "The ID of the proposal to get the timeline for", "type": "string" } }, "required": [ "proposalId" ], "type": "object" }