GET api/ReactionTypes/Named/{name}
Get ReactionType by Name
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
name | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ReactionTypeName | Description | Type | Additional information |
---|---|---|---|
ReactionTypeId | integer |
None. |
|
Name | string |
None. |
|
Description | string |
None. |
|
ReactionDesignId | integer |
None. |
|
CompanyId | integer |
None. |
|
LastChanged | date |
None. |
|
LastChange_AuthorId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ReactionTypeId": 1, "Name": "sample string 2", "Description": "sample string 3", "ReactionDesignId": 4, "CompanyId": 5, "LastChanged": "2025-08-14T03:15:19.4520669+00:00", "LastChange_AuthorId": 1 }, { "ReactionTypeId": 1, "Name": "sample string 2", "Description": "sample string 3", "ReactionDesignId": 4, "CompanyId": 5, "LastChanged": "2025-08-14T03:15:19.4520669+00:00", "LastChange_AuthorId": 1 } ]
application/xml, text/xml
Sample:
<ArrayOfReactionType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELO_IdentityAPI_Eloapp.net.Models"> <ReactionType> <CompanyId>5</CompanyId> <Description>sample string 3</Description> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2025-08-14T03:15:19.4520669+00:00</LastChanged> <Name>sample string 2</Name> <ReactionDesignId>4</ReactionDesignId> <ReactionTypeId>1</ReactionTypeId> </ReactionType> <ReactionType> <CompanyId>5</CompanyId> <Description>sample string 3</Description> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2025-08-14T03:15:19.4520669+00:00</LastChanged> <Name>sample string 2</Name> <ReactionDesignId>4</ReactionDesignId> <ReactionTypeId>1</ReactionTypeId> </ReactionType> </ArrayOfReactionType>