GET api/me/employees/{employeeId}/appeals

This method will retrieve all appeals assigned to a specific employee

Requires Authorization!

Request Information

URI Parameters

NameDescriptionTypeAdditional information
employeeId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Employee roles

Collection of UserPropertyCaseEmployeeModel
NameDescriptionTypeAdditional information
Id

integer

None.

CaseNumber

string

None.

ClientUserPropertyId

integer

None.

UserPropertyId

integer

None.

StatusId

integer

None.

Status

string

None.

RepresentativeUserId

integer

None.

AgencyId

integer

None.

AgencyName

string

None.

AssessmentYear

integer

None.

TownshipId

integer

None.

AddedDate

date

None.

ProcessorEmployeeId

integer

None.

ProcessorName

string

None.

AnalystEmployeeId

integer

None.

AnalystName

string

None.

BillingSpecialistEmployeeId

integer

None.

BillingSpecialistName

string

None.

ManagerEmployeeId

integer

None.

ManagerName

string

None.

AddressFull

string

None.

ClientName

string

None.

ClientPhone

string

None.

PropertyImageUrl

string

None.

Pin

string

None.

FormattedPin

string

None.

AddressLine1

string

None.

City

string

None.

State

string

None.

ZipCode

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "caseNumber": "sample string 2",
    "clientUserPropertyId": 3,
    "userPropertyId": 4,
    "statusId": 5,
    "status": "sample string 6",
    "representativeUserId": 7,
    "agencyId": 8,
    "agencyName": "sample string 9",
    "assessmentYear": 10,
    "townshipId": 11,
    "addedDate": "2025-05-20T17:31:12.3411528-05:00",
    "processorEmployeeId": 13,
    "processorName": "sample string 14",
    "analystEmployeeId": 15,
    "analystName": "sample string 16",
    "billingSpecialistEmployeeId": 17,
    "billingSpecialistName": "sample string 18",
    "managerEmployeeId": 19,
    "managerName": "sample string 20",
    "addressFull": "sample string 21",
    "clientName": "sample string 22",
    "clientPhone": "sample string 23",
    "propertyImageUrl": "sample string 24",
    "pin": "sample string 25",
    "formattedPin": "sample string 26",
    "addressLine1": "sample string 27",
    "city": "sample string 28",
    "state": "sample string 29",
    "zipCode": "sample string 30"
  },
  {
    "id": 1,
    "caseNumber": "sample string 2",
    "clientUserPropertyId": 3,
    "userPropertyId": 4,
    "statusId": 5,
    "status": "sample string 6",
    "representativeUserId": 7,
    "agencyId": 8,
    "agencyName": "sample string 9",
    "assessmentYear": 10,
    "townshipId": 11,
    "addedDate": "2025-05-20T17:31:12.3411528-05:00",
    "processorEmployeeId": 13,
    "processorName": "sample string 14",
    "analystEmployeeId": 15,
    "analystName": "sample string 16",
    "billingSpecialistEmployeeId": 17,
    "billingSpecialistName": "sample string 18",
    "managerEmployeeId": 19,
    "managerName": "sample string 20",
    "addressFull": "sample string 21",
    "clientName": "sample string 22",
    "clientPhone": "sample string 23",
    "propertyImageUrl": "sample string 24",
    "pin": "sample string 25",
    "formattedPin": "sample string 26",
    "addressLine1": "sample string 27",
    "city": "sample string 28",
    "state": "sample string 29",
    "zipCode": "sample string 30"
  }
]

text/html

Sample:
[{"id":1,"caseNumber":"sample string 2","clientUserPropertyId":3,"userPropertyId":4,"statusId":5,"status":"sample string 6","representativeUserId":7,"agencyId":8,"agencyName":"sample string 9","assessmentYear":10,"townshipId":11,"addedDate":"2025-05-20T17:31:12.3411528-05:00","processorEmployeeId":13,"processorName":"sample string 14","analystEmployeeId":15,"analystName":"sample string 16","billingSpecialistEmployeeId":17,"billingSpecialistName":"sample string 18","managerEmployeeId":19,"managerName":"sample string 20","addressFull":"sample string 21","clientName":"sample string 22","clientPhone":"sample string 23","propertyImageUrl":"sample string 24","pin":"sample string 25","formattedPin":"sample string 26","addressLine1":"sample string 27","city":"sample string 28","state":"sample string 29","zipCode":"sample string 30"},{"id":1,"caseNumber":"sample string 2","clientUserPropertyId":3,"userPropertyId":4,"statusId":5,"status":"sample string 6","representativeUserId":7,"agencyId":8,"agencyName":"sample string 9","assessmentYear":10,"townshipId":11,"addedDate":"2025-05-20T17:31:12.3411528-05:00","processorEmployeeId":13,"processorName":"sample string 14","analystEmployeeId":15,"analystName":"sample string 16","billingSpecialistEmployeeId":17,"billingSpecialistName":"sample string 18","managerEmployeeId":19,"managerName":"sample string 20","addressFull":"sample string 21","clientName":"sample string 22","clientPhone":"sample string 23","propertyImageUrl":"sample string 24","pin":"sample string 25","formattedPin":"sample string 26","addressLine1":"sample string 27","city":"sample string 28","state":"sample string 29","zipCode":"sample string 30"}]

application/xml, text/xml

Sample:
<ArrayOfUserPropertyCaseEmployeeModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Pos.Case">
  <UserPropertyCaseEmployeeModel>
    <AddedDate>2025-05-20T17:31:12.3411528-05:00</AddedDate>
    <AddressFull>sample string 21</AddressFull>
    <AddressLine1>sample string 27</AddressLine1>
    <AgencyId>8</AgencyId>
    <AgencyName>sample string 9</AgencyName>
    <AnalystEmployeeId>15</AnalystEmployeeId>
    <AnalystName>sample string 16</AnalystName>
    <AssessmentYear>10</AssessmentYear>
    <BillingSpecialistEmployeeId>17</BillingSpecialistEmployeeId>
    <BillingSpecialistName>sample string 18</BillingSpecialistName>
    <CaseNumber>sample string 2</CaseNumber>
    <City>sample string 28</City>
    <ClientName>sample string 22</ClientName>
    <ClientPhone>sample string 23</ClientPhone>
    <ClientUserPropertyId>3</ClientUserPropertyId>
    <FormattedPin>sample string 26</FormattedPin>
    <Id>1</Id>
    <ManagerEmployeeId>19</ManagerEmployeeId>
    <ManagerName>sample string 20</ManagerName>
    <Pin>sample string 25</Pin>
    <ProcessorEmployeeId>13</ProcessorEmployeeId>
    <ProcessorName>sample string 14</ProcessorName>
    <PropertyImageUrl>sample string 24</PropertyImageUrl>
    <RepresentativeUserId>7</RepresentativeUserId>
    <State>sample string 29</State>
    <Status>sample string 6</Status>
    <StatusId>5</StatusId>
    <TownshipId>11</TownshipId>
    <UserPropertyId>4</UserPropertyId>
    <ZipCode>sample string 30</ZipCode>
  </UserPropertyCaseEmployeeModel>
  <UserPropertyCaseEmployeeModel>
    <AddedDate>2025-05-20T17:31:12.3411528-05:00</AddedDate>
    <AddressFull>sample string 21</AddressFull>
    <AddressLine1>sample string 27</AddressLine1>
    <AgencyId>8</AgencyId>
    <AgencyName>sample string 9</AgencyName>
    <AnalystEmployeeId>15</AnalystEmployeeId>
    <AnalystName>sample string 16</AnalystName>
    <AssessmentYear>10</AssessmentYear>
    <BillingSpecialistEmployeeId>17</BillingSpecialistEmployeeId>
    <BillingSpecialistName>sample string 18</BillingSpecialistName>
    <CaseNumber>sample string 2</CaseNumber>
    <City>sample string 28</City>
    <ClientName>sample string 22</ClientName>
    <ClientPhone>sample string 23</ClientPhone>
    <ClientUserPropertyId>3</ClientUserPropertyId>
    <FormattedPin>sample string 26</FormattedPin>
    <Id>1</Id>
    <ManagerEmployeeId>19</ManagerEmployeeId>
    <ManagerName>sample string 20</ManagerName>
    <Pin>sample string 25</Pin>
    <ProcessorEmployeeId>13</ProcessorEmployeeId>
    <ProcessorName>sample string 14</ProcessorName>
    <PropertyImageUrl>sample string 24</PropertyImageUrl>
    <RepresentativeUserId>7</RepresentativeUserId>
    <State>sample string 29</State>
    <Status>sample string 6</Status>
    <StatusId>5</StatusId>
    <TownshipId>11</TownshipId>
    <UserPropertyId>4</UserPropertyId>
    <ZipCode>sample string 30</ZipCode>
  </UserPropertyCaseEmployeeModel>
</ArrayOfUserPropertyCaseEmployeeModel>