Bulk get Reactions
GET/reactions
Gets reactions by reacted_to_id and type
Request
Query Parameters
type string
The type of reactions for which to query.
reacted_to_ids string[]required
The reacted_to transaction id(s) of the reactions in question.
Responses
- 200
- 400
- 404
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
data
object[]
reaction_value stringrequired
reaction_type stringrequired
sender_user_id stringrequired
reacted_to stringrequired
{
"data": [
{
"reaction_value": "string",
"reaction_type": "string",
"sender_user_id": "string",
"reacted_to": "string"
}
]
}
Bad request
No such reaction
Server error
Loading...