Download OpenAPI specification:Download
requestId | string or null An optional identifier for the request, may be used for tracking or correlation |
webhookUrl | string or null An optional webhook URL registered as part of a specific search request |
schemaId required | integer Identifier for the schema being used or referenced |
blockNumber required | integer The block number on the blockchain where this announcement was recorded |
required | TombstoneAnnouncement (object) or BroadcastAnnouncement (object) or ReplyAnnouncement (object) or ReactionAnnouncement (object) or ProfileAnnouncement (object) or UpdateAnnouncement (object) |
{- "requestId": "string",
- "webhookUrl": "string",
- "schemaId": 0,
- "blockNumber": 0,
- "announcement": {
- "announcementType": null,
- "fromId": "string",
- "targetAnnouncementType": 0,
- "targetContentHash": "string"
}
}