POST api/GetUserInnovations
Request Information
URI Parameters
None.
Body Parameters
SurveyFilterModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Conf_Flg | integer |
None. |
|
| IMPACT_TO | string |
None. |
|
| IMPACT_ON | string |
None. |
|
| IMPACT_LEVEL | string |
None. |
|
| IMPACT_PERIOD | string |
None. |
|
| IMPACT_DEPT | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"Conf_Flg": 2,
"IMPACT_TO": "sample string 3",
"IMPACT_ON": "sample string 4",
"IMPACT_LEVEL": "sample string 5",
"IMPACT_PERIOD": "sample string 6",
"IMPACT_DEPT": "sample string 7"
}
application/xml, text/xml
Sample:
<SurveyFilterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/School.Views.SurveyResults"> <Conf_Flg>2</Conf_Flg> <ID>1</ID> <IMPACT_DEPT>sample string 7</IMPACT_DEPT> <IMPACT_LEVEL>sample string 5</IMPACT_LEVEL> <IMPACT_ON>sample string 4</IMPACT_ON> <IMPACT_PERIOD>sample string 6</IMPACT_PERIOD> <IMPACT_TO>sample string 3</IMPACT_TO> </SurveyFilterModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of NewInnovationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| TITLE | string |
None. |
|
| INNO_DESC | string |
None. |
|
| TIMELINE_IN_DAYS | integer |
None. |
|
| REMARKS | string |
None. |
|
| ADDED_BY_ID | integer |
None. |
|
| ADDED_BY | string |
None. |
|
| LIKES_COUNT | integer |
None. |
|
| DISLIKE_COUNT | integer |
None. |
|
| BENEFITS | string |
None. |
|
| CREATED_ON | date |
None. |
|
| USER_ROLE | string |
None. |
|
| WISHLISTS_COUNT | integer |
None. |
|
| IMPACT_TO | string |
None. |
|
| IMPACT_ON | string |
None. |
|
| IMPACT_LEVEL | string |
None. |
|
| IMPACT_PERIOD | string |
None. |
|
| IMPACT_DEPT | string |
None. |
|
| MY_VOTE_FLG | string |
None. |
|
| MY_WISHLIST_FLG | string |
None. |
|
| MY_REMARKS | string |
None. |
|
| PREVIOUS_ID | integer |
None. |
|
| NEXT_ID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"TITLE": "sample string 2",
"INNO_DESC": "sample string 3",
"TIMELINE_IN_DAYS": 4,
"REMARKS": "sample string 5",
"ADDED_BY_ID": 6,
"ADDED_BY": "sample string 7",
"LIKES_COUNT": 8,
"DISLIKE_COUNT": 9,
"BENEFITS": "sample string 10",
"CREATED_ON": "2026-01-09T13:55:41.7871111+00:00",
"USER_ROLE": "sample string 12",
"WISHLISTS_COUNT": 13,
"IMPACT_TO": "sample string 14",
"IMPACT_ON": "sample string 15",
"IMPACT_LEVEL": "sample string 16",
"IMPACT_PERIOD": "sample string 17",
"IMPACT_DEPT": "sample string 18",
"MY_VOTE_FLG": "sample string 19",
"MY_WISHLIST_FLG": "sample string 20",
"MY_REMARKS": "sample string 21",
"PREVIOUS_ID": 22,
"NEXT_ID": 23
},
{
"ID": 1,
"TITLE": "sample string 2",
"INNO_DESC": "sample string 3",
"TIMELINE_IN_DAYS": 4,
"REMARKS": "sample string 5",
"ADDED_BY_ID": 6,
"ADDED_BY": "sample string 7",
"LIKES_COUNT": 8,
"DISLIKE_COUNT": 9,
"BENEFITS": "sample string 10",
"CREATED_ON": "2026-01-09T13:55:41.7871111+00:00",
"USER_ROLE": "sample string 12",
"WISHLISTS_COUNT": 13,
"IMPACT_TO": "sample string 14",
"IMPACT_ON": "sample string 15",
"IMPACT_LEVEL": "sample string 16",
"IMPACT_PERIOD": "sample string 17",
"IMPACT_DEPT": "sample string 18",
"MY_VOTE_FLG": "sample string 19",
"MY_WISHLIST_FLG": "sample string 20",
"MY_REMARKS": "sample string 21",
"PREVIOUS_ID": 22,
"NEXT_ID": 23
}
]
application/xml, text/xml
Sample:
<ArrayOfNewInnovationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/School.Models.Survey">
<NewInnovationModel>
<ADDED_BY>sample string 7</ADDED_BY>
<ADDED_BY_ID>6</ADDED_BY_ID>
<BENEFITS>sample string 10</BENEFITS>
<CREATED_ON>2026-01-09T13:55:41.7871111+00:00</CREATED_ON>
<DISLIKE_COUNT>9</DISLIKE_COUNT>
<ID>1</ID>
<IMPACT_DEPT>sample string 18</IMPACT_DEPT>
<IMPACT_LEVEL>sample string 16</IMPACT_LEVEL>
<IMPACT_ON>sample string 15</IMPACT_ON>
<IMPACT_PERIOD>sample string 17</IMPACT_PERIOD>
<IMPACT_TO>sample string 14</IMPACT_TO>
<INNO_DESC>sample string 3</INNO_DESC>
<LIKES_COUNT>8</LIKES_COUNT>
<MY_REMARKS>sample string 21</MY_REMARKS>
<MY_VOTE_FLG>sample string 19</MY_VOTE_FLG>
<MY_WISHLIST_FLG>sample string 20</MY_WISHLIST_FLG>
<NEXT_ID>23</NEXT_ID>
<PREVIOUS_ID>22</PREVIOUS_ID>
<REMARKS>sample string 5</REMARKS>
<TIMELINE_IN_DAYS>4</TIMELINE_IN_DAYS>
<TITLE>sample string 2</TITLE>
<USER_ROLE>sample string 12</USER_ROLE>
<WISHLISTS_COUNT>13</WISHLISTS_COUNT>
</NewInnovationModel>
<NewInnovationModel>
<ADDED_BY>sample string 7</ADDED_BY>
<ADDED_BY_ID>6</ADDED_BY_ID>
<BENEFITS>sample string 10</BENEFITS>
<CREATED_ON>2026-01-09T13:55:41.7871111+00:00</CREATED_ON>
<DISLIKE_COUNT>9</DISLIKE_COUNT>
<ID>1</ID>
<IMPACT_DEPT>sample string 18</IMPACT_DEPT>
<IMPACT_LEVEL>sample string 16</IMPACT_LEVEL>
<IMPACT_ON>sample string 15</IMPACT_ON>
<IMPACT_PERIOD>sample string 17</IMPACT_PERIOD>
<IMPACT_TO>sample string 14</IMPACT_TO>
<INNO_DESC>sample string 3</INNO_DESC>
<LIKES_COUNT>8</LIKES_COUNT>
<MY_REMARKS>sample string 21</MY_REMARKS>
<MY_VOTE_FLG>sample string 19</MY_VOTE_FLG>
<MY_WISHLIST_FLG>sample string 20</MY_WISHLIST_FLG>
<NEXT_ID>23</NEXT_ID>
<PREVIOUS_ID>22</PREVIOUS_ID>
<REMARKS>sample string 5</REMARKS>
<TIMELINE_IN_DAYS>4</TIMELINE_IN_DAYS>
<TITLE>sample string 2</TITLE>
<USER_ROLE>sample string 12</USER_ROLE>
<WISHLISTS_COUNT>13</WISHLISTS_COUNT>
</NewInnovationModel>
</ArrayOfNewInnovationModel>