GET api/Users/Getpro_user_notification?_UserId={_UserId}&_Credentials={_Credentials}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| _UserId | integer |
Required |
|
| _Credentials | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of cEntity_pro_user_notification| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| notification_from | integer |
None. |
|
| notification_to | integer |
None. |
|
| notification_type | integer |
None. |
|
| notification_origin | integer |
None. |
|
| notification_from_name | string |
None. |
|
| notification_to_name | string |
None. |
|
| notification_status | integer |
None. |
|
| notification_open | integer |
None. |
|
| notification_date | string |
None. |
|
| notification_date_open | string |
None. |
|
| notification_ticket | integer |
None. |
|
| notification_subject | string |
None. |
|
| _Action | string |
None. |
|
| hasError | boolean |
None. |
|
| hasErrorMessage | string |
None. |
|
| _SendCredentials | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"notification_from": 2,
"notification_to": 3,
"notification_type": 4,
"notification_origin": 5,
"notification_from_name": "sample string 6",
"notification_to_name": "sample string 7",
"notification_status": 8,
"notification_open": 9,
"notification_date": "sample string 10",
"notification_date_open": "sample string 11",
"notification_ticket": 12,
"notification_subject": "sample string 13",
"_Action": "sample string 14",
"hasError": true,
"hasErrorMessage": "sample string 16",
"_SendCredentials": "sample string 17"
},
{
"id": 1,
"notification_from": 2,
"notification_to": 3,
"notification_type": 4,
"notification_origin": 5,
"notification_from_name": "sample string 6",
"notification_to_name": "sample string 7",
"notification_status": 8,
"notification_open": 9,
"notification_date": "sample string 10",
"notification_date_open": "sample string 11",
"notification_ticket": 12,
"notification_subject": "sample string 13",
"_Action": "sample string 14",
"hasError": true,
"hasErrorMessage": "sample string 16",
"_SendCredentials": "sample string 17"
}
]
application/xml, text/xml
Sample:
<ArrayOfRhClass.cEntity_pro_user_notification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest">
<RhClass.cEntity_pro_user_notification>
<_Action>sample string 14</_Action>
<_SendCredentials>sample string 17</_SendCredentials>
<hasError>true</hasError>
<hasErrorMessage>sample string 16</hasErrorMessage>
<id>1</id>
<notification_date>sample string 10</notification_date>
<notification_date_open>sample string 11</notification_date_open>
<notification_from>2</notification_from>
<notification_from_name>sample string 6</notification_from_name>
<notification_open>9</notification_open>
<notification_origin>5</notification_origin>
<notification_status>8</notification_status>
<notification_subject>sample string 13</notification_subject>
<notification_ticket>12</notification_ticket>
<notification_to>3</notification_to>
<notification_to_name>sample string 7</notification_to_name>
<notification_type>4</notification_type>
</RhClass.cEntity_pro_user_notification>
<RhClass.cEntity_pro_user_notification>
<_Action>sample string 14</_Action>
<_SendCredentials>sample string 17</_SendCredentials>
<hasError>true</hasError>
<hasErrorMessage>sample string 16</hasErrorMessage>
<id>1</id>
<notification_date>sample string 10</notification_date>
<notification_date_open>sample string 11</notification_date_open>
<notification_from>2</notification_from>
<notification_from_name>sample string 6</notification_from_name>
<notification_open>9</notification_open>
<notification_origin>5</notification_origin>
<notification_status>8</notification_status>
<notification_subject>sample string 13</notification_subject>
<notification_ticket>12</notification_ticket>
<notification_to>3</notification_to>
<notification_to_name>sample string 7</notification_to_name>
<notification_type>4</notification_type>
</RhClass.cEntity_pro_user_notification>
</ArrayOfRhClass.cEntity_pro_user_notification>