v1

latestOpenAPI 3.0.3Apache-2.02026-07-1348142206.6 KB
schedules

Get schedule by id

Returns schedule information based on the given schedule id

get/api/v1/schedules/{scheduleId}

Path parameters

scheduleIdstring nullable required

Network entity ID in the format of shard.realm.num

Example:0.0.2

Schedule id

Response

OK

consensus_timestampstring

A Unix timestamp in seconds.nanoseconds format

creator_account_idstring nullable

Network entity ID in the format of shard.realm.num

deletedboolean
executed_timestampstring nullable

A Unix timestamp in seconds.nanoseconds format

expiration_timestring nullable

A Unix timestamp in seconds.nanoseconds format

memostring
payer_account_idstring nullable

Network entity ID in the format of shard.realm.num

schedule_idstring nullable

Network entity ID in the format of shard.realm.num

transaction_bodystring byte
wait_for_expiryboolean

Example response

{
  "admin_key": {
    "_type": "ProtobufEncoded",
    "key": "15706b229b3ba33d4a5a41ff54ce1cfe0a3d308672a33ff382f81583e02bd743"
  },
  "consensus_timestamp": "1586567700.453054000",
  "creator_account_id": "0.0.2",
  "executed_timestamp": "1586567700.453054000",
  "expiration_time": "1586567700.453054000",
  "memo": "created on 02/10/2021",
  "payer_account_id": "0.0.2",
  "schedule_id": "0.0.2",
  "signatures": [
    {
      "consensus_timestamp": "1586567700.453054000",
      "public_key_prefix": "AAEBAwuqAwzB",
      "signature": "3q2+7wABAQMLqgMMwQ==",
      "type": "ED25519"
    }
  ],
  "transaction_body": "Kd6tvu8="
}