GET api/JankariPortal/GetRptTraineeEmployeeSoftskillCompetancy/{userid}/{role}?whr={whr}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userid

string

Required

role

string

Required

whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetRptTraineeEmployeeSoftskillCompetancy_Result
NameDescriptionTypeAdditional information
state

string

None.

city

string

None.

empname

string

None.

exam

string

None.

year

string

None.

c1

integer

None.

c2

integer

None.

c3

integer

None.

c4

integer

None.

c5

integer

None.

c6

integer

None.

c7

integer

None.

c8

integer

None.

c9

integer

None.

c10

integer

None.

c11

integer

None.

c12

integer

None.

c13

integer

None.

c14

integer

None.

c15

integer

None.

c16

integer

None.

c17

integer

None.

tRecordCount

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "state": "sample string 1",
    "city": "sample string 2",
    "empname": "sample string 3",
    "exam": "sample string 4",
    "year": "sample string 5",
    "c1": 6,
    "c2": 7,
    "c3": 8,
    "c4": 9,
    "c5": 10,
    "c6": 11,
    "c7": 12,
    "c8": 13,
    "c9": 14,
    "c10": 15,
    "c11": 16,
    "c12": 17,
    "c13": 18,
    "c14": 19,
    "c15": 20,
    "c16": 21,
    "c17": 22,
    "tRecordCount": 1
  },
  {
    "state": "sample string 1",
    "city": "sample string 2",
    "empname": "sample string 3",
    "exam": "sample string 4",
    "year": "sample string 5",
    "c1": 6,
    "c2": 7,
    "c3": 8,
    "c4": 9,
    "c5": 10,
    "c6": 11,
    "c7": 12,
    "c8": 13,
    "c9": 14,
    "c10": 15,
    "c11": 16,
    "c12": 17,
    "c13": 18,
    "c14": 19,
    "c15": 20,
    "c16": 21,
    "c17": 22,
    "tRecordCount": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetRptTraineeEmployeeSoftskillCompetancy_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetRptTraineeEmployeeSoftskillCompetancy_Result>
    <c1>6</c1>
    <c10>15</c10>
    <c11>16</c11>
    <c12>17</c12>
    <c13>18</c13>
    <c14>19</c14>
    <c15>20</c15>
    <c16>21</c16>
    <c17>22</c17>
    <c2>7</c2>
    <c3>8</c3>
    <c4>9</c4>
    <c5>10</c5>
    <c6>11</c6>
    <c7>12</c7>
    <c8>13</c8>
    <c9>14</c9>
    <city>sample string 2</city>
    <empname>sample string 3</empname>
    <exam>sample string 4</exam>
    <state>sample string 1</state>
    <tRecordCount>1</tRecordCount>
    <year>sample string 5</year>
  </GetRptTraineeEmployeeSoftskillCompetancy_Result>
  <GetRptTraineeEmployeeSoftskillCompetancy_Result>
    <c1>6</c1>
    <c10>15</c10>
    <c11>16</c11>
    <c12>17</c12>
    <c13>18</c13>
    <c14>19</c14>
    <c15>20</c15>
    <c16>21</c16>
    <c17>22</c17>
    <c2>7</c2>
    <c3>8</c3>
    <c4>9</c4>
    <c5>10</c5>
    <c6>11</c6>
    <c7>12</c7>
    <c8>13</c8>
    <c9>14</c9>
    <city>sample string 2</city>
    <empname>sample string 3</empname>
    <exam>sample string 4</exam>
    <state>sample string 1</state>
    <tRecordCount>1</tRecordCount>
    <year>sample string 5</year>
  </GetRptTraineeEmployeeSoftskillCompetancy_Result>
</ArrayOfGetRptTraineeEmployeeSoftskillCompetancy_Result>