GET api/LT_DefaultReactionOfPostForCompany/ofReactionTypeIdAndCompanyId/{ReactionTypeId}/{CompanyId}

Get All LT_DefaultReactionOfPostForCompany with given ReactionTypeId and CompanyId

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ReactionTypeId

integer

Required

CompanyId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of LT_Employe_Reaction_Post
NameDescriptionTypeAdditional information
ReactionId

integer

None.

EmployesId

integer

None.

PostId

integer

None.

LastChanged

date

None.

LastChange_AuthorId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ReactionId": 1,
    "EmployesId": 2,
    "PostId": 3,
    "LastChanged": "2025-08-14T03:21:52.9881932+00:00",
    "LastChange_AuthorId": 1
  },
  {
    "ReactionId": 1,
    "EmployesId": 2,
    "PostId": 3,
    "LastChanged": "2025-08-14T03:21:52.9881932+00:00",
    "LastChange_AuthorId": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfLT_Employe_Reaction_Post xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELO_IdentityAPI_Eloapp.net.Models">
  <LT_Employe_Reaction_Post>
    <EmployesId>2</EmployesId>
    <LastChange_AuthorId>1</LastChange_AuthorId>
    <LastChanged>2025-08-14T03:21:52.9881932+00:00</LastChanged>
    <PostId>3</PostId>
    <ReactionId>1</ReactionId>
  </LT_Employe_Reaction_Post>
  <LT_Employe_Reaction_Post>
    <EmployesId>2</EmployesId>
    <LastChange_AuthorId>1</LastChange_AuthorId>
    <LastChanged>2025-08-14T03:21:52.9881932+00:00</LastChanged>
    <PostId>3</PostId>
    <ReactionId>1</ReactionId>
  </LT_Employe_Reaction_Post>
</ArrayOfLT_Employe_Reaction_Post>