GET api/EmployeeAppraisal/GetEmployeeAppraisalWithMid?MID={MID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
MID

integer

Required

Body Parameters

None.

Response Information

Resource Description

EmployeeAppraisalApiResponse
NameDescriptionTypeAdditional information
Status

string

None.

Message

string

None.

Response

EmployeeAppraisal

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": "sample string 1",
  "Message": "sample string 2",
  "Response": {
    "MID": 1,
    "EMP_NAME": "sample string 2",
    "EMP_CODE": "sample string 3",
    "MANAGER": "sample string 4",
    "DEPARTMENT": "sample string 5",
    "DESIGNATION": "sample string 6",
    "JOB_KNOWLEDGE": 7,
    "QUALITY_OF_WORK": 8,
    "PROBLEM_SOLVING": 9,
    "MEETING_DEADLINES": 10,
    "ADAPTABILITY": 11,
    "PRODUCTIVITY": 12,
    "COMMUNICATION": 13,
    "TEAMWORK": 14,
    "INITIATIVE": 15,
    "GOAL_ACHIEVEMENT": 16,
    "LEARNING_AND_DEVELOPMENT": 17,
    "TIME_MANAGEMENT": 18,
    "ATTITUDE_AND_BEHAVIOUR": 19,
    "RESPONSIVENESS_TO_FEEDBACK": 20,
    "TAKING_INITIATIVE": 21,
    "DECISION_MAKING_SKILLS": 22,
    "ABILITY_TO_LEAD_GUIDE_TEAM": 23,
    "CURRENT_SALARY": 24.0,
    "BONUS_AMOUNT": 25.0,
    "INCREMENT_AMOUNT": 26.0,
    "EXPECTED_SALARY": 27.0,
    "EXPECTED_INCREMENT_AMOUNT": 28.0,
    "COMPLETED_PERCENTAGE": 29.0,
    "ADDITIONAL_COMMENTS": "sample string 30",
    "IS_SAVED": 31,
    "YEAR": "sample string 32",
    "TRAINING_CERTIFICATION": "sample string 33",
    "TASK_TOTAL": 34,
    "TASK_COMPLETED": 35,
    "TASK_INPROGRESS": 36,
    "Details": [
      {
        "MID": 1,
        "APPRAISAL_ID": 2,
        "SECTION_ID": 3,
        "SL_NO": 4,
        "DETAILS": "sample string 5"
      },
      {
        "MID": 1,
        "APPRAISAL_ID": 2,
        "SECTION_ID": 3,
        "SL_NO": 4,
        "DETAILS": "sample string 5"
      }
    ]
  }
}

text/html

Sample:
{"Status":"sample string 1","Message":"sample string 2","Response":{"MID":1,"EMP_NAME":"sample string 2","EMP_CODE":"sample string 3","MANAGER":"sample string 4","DEPARTMENT":"sample string 5","DESIGNATION":"sample string 6","JOB_KNOWLEDGE":7,"QUALITY_OF_WORK":8,"PROBLEM_SOLVING":9,"MEETING_DEADLINES":10,"ADAPTABILITY":11,"PRODUCTIVITY":12,"COMMUNICATION":13,"TEAMWORK":14,"INITIATIVE":15,"GOAL_ACHIEVEMENT":16,"LEARNING_AND_DEVELOPMENT":17,"TIME_MANAGEMENT":18,"ATTITUDE_AND_BEHAVIOUR":19,"RESPONSIVENESS_TO_FEEDBACK":20,"TAKING_INITIATIVE":21,"DECISION_MAKING_SKILLS":22,"ABILITY_TO_LEAD_GUIDE_TEAM":23,"CURRENT_SALARY":24.0,"BONUS_AMOUNT":25.0,"INCREMENT_AMOUNT":26.0,"EXPECTED_SALARY":27.0,"EXPECTED_INCREMENT_AMOUNT":28.0,"COMPLETED_PERCENTAGE":29.0,"ADDITIONAL_COMMENTS":"sample string 30","IS_SAVED":31,"YEAR":"sample string 32","TRAINING_CERTIFICATION":"sample string 33","TASK_TOTAL":34,"TASK_COMPLETED":35,"TASK_INPROGRESS":36,"Details":[{"MID":1,"APPRAISAL_ID":2,"SECTION_ID":3,"SL_NO":4,"DETAILS":"sample string 5"},{"MID":1,"APPRAISAL_ID":2,"SECTION_ID":3,"SL_NO":4,"DETAILS":"sample string 5"}]}}

application/xml, text/xml

Sample:
<EmployeeAppraisalApiResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuntechSupportServices.Models.Appraisal">
  <Message>sample string 2</Message>
  <Response>
    <ABILITY_TO_LEAD_GUIDE_TEAM>23</ABILITY_TO_LEAD_GUIDE_TEAM>
    <ADAPTABILITY>11</ADAPTABILITY>
    <ADDITIONAL_COMMENTS>sample string 30</ADDITIONAL_COMMENTS>
    <ATTITUDE_AND_BEHAVIOUR>19</ATTITUDE_AND_BEHAVIOUR>
    <BONUS_AMOUNT>25</BONUS_AMOUNT>
    <COMMUNICATION>13</COMMUNICATION>
    <COMPLETED_PERCENTAGE>29</COMPLETED_PERCENTAGE>
    <CURRENT_SALARY>24</CURRENT_SALARY>
    <DECISION_MAKING_SKILLS>22</DECISION_MAKING_SKILLS>
    <DEPARTMENT>sample string 5</DEPARTMENT>
    <DESIGNATION>sample string 6</DESIGNATION>
    <Details>
      <EmployeeAppraisalDetails>
        <APPRAISAL_ID>2</APPRAISAL_ID>
        <DETAILS>sample string 5</DETAILS>
        <MID>1</MID>
        <SECTION_ID>3</SECTION_ID>
        <SL_NO>4</SL_NO>
      </EmployeeAppraisalDetails>
      <EmployeeAppraisalDetails>
        <APPRAISAL_ID>2</APPRAISAL_ID>
        <DETAILS>sample string 5</DETAILS>
        <MID>1</MID>
        <SECTION_ID>3</SECTION_ID>
        <SL_NO>4</SL_NO>
      </EmployeeAppraisalDetails>
    </Details>
    <EMP_CODE>sample string 3</EMP_CODE>
    <EMP_NAME>sample string 2</EMP_NAME>
    <EXPECTED_INCREMENT_AMOUNT>28</EXPECTED_INCREMENT_AMOUNT>
    <EXPECTED_SALARY>27</EXPECTED_SALARY>
    <GOAL_ACHIEVEMENT>16</GOAL_ACHIEVEMENT>
    <INCREMENT_AMOUNT>26</INCREMENT_AMOUNT>
    <INITIATIVE>15</INITIATIVE>
    <IS_SAVED>31</IS_SAVED>
    <JOB_KNOWLEDGE>7</JOB_KNOWLEDGE>
    <LEARNING_AND_DEVELOPMENT>17</LEARNING_AND_DEVELOPMENT>
    <MANAGER>sample string 4</MANAGER>
    <MEETING_DEADLINES>10</MEETING_DEADLINES>
    <MID>1</MID>
    <PROBLEM_SOLVING>9</PROBLEM_SOLVING>
    <PRODUCTIVITY>12</PRODUCTIVITY>
    <QUALITY_OF_WORK>8</QUALITY_OF_WORK>
    <RESPONSIVENESS_TO_FEEDBACK>20</RESPONSIVENESS_TO_FEEDBACK>
    <TAKING_INITIATIVE>21</TAKING_INITIATIVE>
    <TASK_COMPLETED>35</TASK_COMPLETED>
    <TASK_INPROGRESS>36</TASK_INPROGRESS>
    <TASK_TOTAL>34</TASK_TOTAL>
    <TEAMWORK>14</TEAMWORK>
    <TIME_MANAGEMENT>18</TIME_MANAGEMENT>
    <TRAINING_CERTIFICATION>sample string 33</TRAINING_CERTIFICATION>
    <YEAR>sample string 32</YEAR>
  </Response>
  <Status>sample string 1</Status>
</EmployeeAppraisalApiResponse>

multipart/form-data

Sample:
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Status"

sample string 1
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Message"

sample string 2
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.MID"

1
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.EMP_NAME"

sample string 2
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.EMP_CODE"

sample string 3
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.MANAGER"

sample string 4
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.DEPARTMENT"

sample string 5
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.DESIGNATION"

sample string 6
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.JOB_KNOWLEDGE"

7
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.QUALITY_OF_WORK"

8
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.PROBLEM_SOLVING"

9
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.MEETING_DEADLINES"

10
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.ADAPTABILITY"

11
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.PRODUCTIVITY"

12
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.COMMUNICATION"

13
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.TEAMWORK"

14
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.INITIATIVE"

15
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.GOAL_ACHIEVEMENT"

16
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.LEARNING_AND_DEVELOPMENT"

17
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.TIME_MANAGEMENT"

18
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.ATTITUDE_AND_BEHAVIOUR"

19
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.RESPONSIVENESS_TO_FEEDBACK"

20
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.TAKING_INITIATIVE"

21
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.DECISION_MAKING_SKILLS"

22
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.ABILITY_TO_LEAD_GUIDE_TEAM"

23
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.CURRENT_SALARY"

24
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.BONUS_AMOUNT"

25
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.INCREMENT_AMOUNT"

26
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.EXPECTED_SALARY"

27
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.EXPECTED_INCREMENT_AMOUNT"

28
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.COMPLETED_PERCENTAGE"

29
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.ADDITIONAL_COMMENTS"

sample string 30
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.IS_SAVED"

31
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.YEAR"

sample string 32
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.TRAINING_CERTIFICATION"

sample string 33
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.TASK_TOTAL"

34
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.TASK_COMPLETED"

35
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.TASK_INPROGRESS"

36
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.Details[0].MID"

1
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.Details[0].APPRAISAL_ID"

2
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.Details[0].SECTION_ID"

3
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.Details[0].SL_NO"

4
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.Details[0].DETAILS"

sample string 5
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.Details[1].MID"

1
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.Details[1].APPRAISAL_ID"

2
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.Details[1].SECTION_ID"

3
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.Details[1].SL_NO"

4
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.Details[1].DETAILS"

sample string 5
--MultipartDataMediaFormatterBoundary1q2w3e--