Get Schedules Entities
Lists schedules on the network that govern the execution logic of scheduled transactions. This includes executed and non executed schedules.
Query parameters
account.idstringOptionalExample:
The ID of the account to return information for
{"summary":"--","value":""}Pattern: ^((gte?|lte?|eq|ne)\:)?(\d{1,10}\.\d{1,10}\.)?\d{1,10}$limitinteger · int32 · min: 1 · max: 100OptionalDefault:
The maximum number of items to return
25Example: 2orderundefined · enumOptionalDefault:
The order in which items are listed
ascExample: descPossible values: schedule.idstringOptionalExample:
The ID of the schedule to return information for
{"summary":"--","value":""}Pattern: ^((gte?|lte?|eq|ne)\:)?(\d{1,10}\.\d{1,10}\.)?\d{1,10}$Responses
200
OK
application/json
400
Invalid parameter
application/json
get
/api/v1/schedulesLast updated
Was this helpful?