GET api/Center/DownloadIDIAwarenessAssessment/{userid}/{role}/{pgid}?whr={whr}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userid | string |
Required |
|
role | string |
Required |
|
pgid | string |
Required |
|
whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of DownloadIDIAwarenessAssessment_ResultName | Description | Type | Additional information |
---|---|---|---|
daempid | string |
None. |
|
state | string |
None. |
|
city | string |
None. |
|
coursename | string |
None. |
|
fellowid | string |
None. |
|
fellowname | string |
None. |
|
batchid | string |
None. |
|
studentname | string |
None. |
|
gender | string |
None. |
|
year | string |
None. |
|
ccid | string |
None. |
|
ccname | string |
None. |
|
tRecordCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "daempid": "sample string 1", "state": "sample string 2", "city": "sample string 3", "coursename": "sample string 4", "fellowid": "sample string 5", "fellowname": "sample string 6", "batchid": "sample string 7", "studentname": "sample string 8", "gender": "sample string 9", "year": "sample string 10", "ccid": "sample string 11", "ccname": "sample string 12", "tRecordCount": 13 }, { "daempid": "sample string 1", "state": "sample string 2", "city": "sample string 3", "coursename": "sample string 4", "fellowid": "sample string 5", "fellowname": "sample string 6", "batchid": "sample string 7", "studentname": "sample string 8", "gender": "sample string 9", "year": "sample string 10", "ccid": "sample string 11", "ccname": "sample string 12", "tRecordCount": 13 } ]
application/xml, text/xml
Sample:
<ArrayOfDownloadIDIAwarenessAssessment_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <DownloadIDIAwarenessAssessment_Result> <batchid>sample string 7</batchid> <ccid>sample string 11</ccid> <ccname>sample string 12</ccname> <city>sample string 3</city> <coursename>sample string 4</coursename> <daempid>sample string 1</daempid> <fellowid>sample string 5</fellowid> <fellowname>sample string 6</fellowname> <gender>sample string 9</gender> <state>sample string 2</state> <studentname>sample string 8</studentname> <tRecordCount>13</tRecordCount> <year>sample string 10</year> </DownloadIDIAwarenessAssessment_Result> <DownloadIDIAwarenessAssessment_Result> <batchid>sample string 7</batchid> <ccid>sample string 11</ccid> <ccname>sample string 12</ccname> <city>sample string 3</city> <coursename>sample string 4</coursename> <daempid>sample string 1</daempid> <fellowid>sample string 5</fellowid> <fellowname>sample string 6</fellowname> <gender>sample string 9</gender> <state>sample string 2</state> <studentname>sample string 8</studentname> <tRecordCount>13</tRecordCount> <year>sample string 10</year> </DownloadIDIAwarenessAssessment_Result> </ArrayOfDownloadIDIAwarenessAssessment_Result>