Get topic message by id and sequence number
Returns a single topic message for the given topic id and sequence number.
Path parameters
Network entity ID in the format of shard.realm.num
Topic id
Topic message sequence number
Response
OK
Example response
{
"chunk_info": {
"initial_transaction_id": "0.0.10-1234567890-000000321",
"nonce": 3,
"number": 1,
"total": 2,
"scheduled": true
},
"consensus_timestamp": "1234567890.000000001",
"message": "bWVzc2FnZQ==",
"payer_account_id": "0.0.10",
"running_hash": "cnVubmluZ19oYXNo",
"running_hash_version": 2,
"sequence_number": 1,
"topic_id": "0.0.7"
}Changes
Changed in 1 of the 53 revisions of this API.10
- ▲
the response property
_status/messages/items/databecame nullable for the status400response-property-became-nullable
- ▲
the response property
_status/messages/items/databecame nullable for the status404response-property-became-nullable
- ▲
the response property
_status/messages/items/detailbecame nullable for the status400response-property-became-nullable
- ▲
the response property
_status/messages/items/detailbecame nullable for the status404response-property-became-nullable
- ▲
the response property
chunk_infobecame nullable for the status200response-property-became-nullable
- ▲
the response property
chunk_info/initial_transaction_id/account_idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
chunk_info/initial_transaction_id/noncebecame nullable for the status200response-property-became-nullable
- ▲
the response property
chunk_info/initial_transaction_id/scheduledbecame nullable for the status200response-property-became-nullable
- ▲
the response property
payer_account_idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
topic_idbecame nullable for the status200response-property-became-nullable
This revision also has 22 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲