GET api/Reactions

Request Information

URI Parameters

None.

Body Parameters

None.

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:18:58.4474863+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:18:58.4474863+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:18:58.4474863+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:18:58.4474863+00:00</LastChanged>
    <Name>sample string 2</Name>
    <ReactionId>1</ReactionId>
    <ReactionTypeId>4</ReactionTypeId>
    <Value>sample string 3</Value>
  </Reaction>
</ArrayOfReaction>