GET/spaces/api/v1/reactions/types.json

Get the list of enabled reaction types

Responses

  • Code
    200
    Type
    object
    Schema
    Description
    200 OK
  • Code
    500
    Type
    object
    Schema
    Description
    500 Internal Server Error

Examples

200 OK

ReactionType
{
  "reactionTypes": [
    {
      "id": 0,
      "shortCode": "string",
      "unicode": "string"
    }
  ]
}