Get Topic Message by ID & Sequence
Returns a single topic message the given topic id and sequence number.
Path parameters
topicIdstring · nullableRequiredExample:
Network entity ID in the format of shard.realm.num
0.1.2Pattern: ^\d{1,10}\.\d{1,10}\.\d{1,10}$sequenceNumberinteger · int64RequiredExample:
Topic message sequence number
2Responses
200
OK
application/json
400
Invalid parameter
application/json
404
Not Found
application/json
get
/api/v1/topics/{topicId}/messages/{sequenceNumber}Last updated
Was this helpful?