Get Schedule by ID
Returns schedule information based on the given schedule id
Path parameters
scheduleIdstring · nullableRequiredExample:
Network entity ID in the format of shard.realm.num
0.1.2Pattern: ^\d{1,10}\.\d{1,10}\.\d{1,10}$Responses
200
OK
application/json
consensus_timestampstringOptionalExample:
1586567700.453054000Pattern: ^\d{1,10}(\.\d{1,9})?$creator_account_idstring · nullableOptionalExample:
Network entity ID in the format of shard.realm.num
0.1.2Pattern: ^\d{1,10}\.\d{1,10}\.\d{1,10}$deletedbooleanOptionalExample:
falseexecuted_timestampstring · nullableOptionalExample:
1586567700.453054000Pattern: ^\d{1,10}(\.\d{1,9})?$expiration_timestring · nullableOptionalExample:
1586567700.453054000Pattern: ^\d{1,10}(\.\d{1,9})?$memostringOptionalExample:
created on 02/10/2021payer_account_idstring · nullableOptionalExample:
Network entity ID in the format of shard.realm.num
0.1.2Pattern: ^\d{1,10}\.\d{1,10}\.\d{1,10}$schedule_idstring · nullableOptionalExample:
Network entity ID in the format of shard.realm.num
0.1.2Pattern: ^\d{1,10}\.\d{1,10}\.\d{1,10}$transaction_bodystring · byteOptionalExample:
Kd6tvu8=wait_for_expirybooleanOptional
400
Invalid parameter
application/json
404
Not Found
application/json
get
/api/v1/schedules/{scheduleId}Last updated
Was this helpful?