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

Get the list of enabled reaction types

Request Examples

Example Request

GET
/spaces/api/v1/reactions/types.json
curl --request GET \
     --url https://{site_name}.teamwork.com/account.json

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"
    }
  ]
}