Search for status messages using an ID.
POST/chat/findStatusMessage/:instanceName
This endpoint retrieves status messages associated with the given ID for the specified instance.
Request
Path Parameters
instanceName stringrequired
The name of the instance to which the reaction should be sent.
Example: codechat
- application/json
Body
where object
id stringrequired
Unique ID of the status message to be fetched.
Responses
- 200
Successful response
- application/json
- Schema
Schema
- any
Loading...