GET api/Reactions/Named

Get Reaction from Name

Request Information

URI Parameters

None.

Body Parameters

string

Request Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'String'.

Response Information

Resource Description

Collection of Reaction
NameDescriptionTypeAdditional information
ReactionId

integer

None.

Name

string

None.

Value

string

None.

ReactionTypeId

integer

None.

Description

string

None.

IconUrl

string

None.

HexaColor

string

None.

LastChanged

date

None.

LastChange_AuthorId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ReactionId": 1,
    "Name": "sample string 2",
    "Value": "sample string 3",
    "ReactionTypeId": 4,
    "Description": "sample string 5",
    "IconUrl": "sample string 6",
    "HexaColor": "sample string 7",
    "LastChanged": "2025-08-14T03:24:41.3190351+00:00",
    "LastChange_AuthorId": 1
  },
  {
    "ReactionId": 1,
    "Name": "sample string 2",
    "Value": "sample string 3",
    "ReactionTypeId": 4,
    "Description": "sample string 5",
    "IconUrl": "sample string 6",
    "HexaColor": "sample string 7",
    "LastChanged": "2025-08-14T03:24:41.3190351+00:00",
    "LastChange_AuthorId": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfReaction xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELO_IdentityAPI_Eloapp.net.Models">
  <Reaction>
    <Description>sample string 5</Description>
    <HexaColor>sample string 7</HexaColor>
    <IconUrl>sample string 6</IconUrl>
    <LastChange_AuthorId>1</LastChange_AuthorId>
    <LastChanged>2025-08-14T03:24:41.3190351+00:00</LastChanged>
    <Name>sample string 2</Name>
    <ReactionId>1</ReactionId>
    <ReactionTypeId>4</ReactionTypeId>
    <Value>sample string 3</Value>
  </Reaction>
  <Reaction>
    <Description>sample string 5</Description>
    <HexaColor>sample string 7</HexaColor>
    <IconUrl>sample string 6</IconUrl>
    <LastChange_AuthorId>1</LastChange_AuthorId>
    <LastChanged>2025-08-14T03:24:41.3190351+00:00</LastChanged>
    <Name>sample string 2</Name>
    <ReactionId>1</ReactionId>
    <ReactionTypeId>4</ReactionTypeId>
    <Value>sample string 3</Value>
  </Reaction>
</ArrayOfReaction>