POST api/AppDefaultOnEntry/AppGetNotif
AppGetNotif
Request Information
URI Parameters
None.
Body Parameters
GetNotiff_request| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUIDCur | globally unique identifier |
None. |
|
| NotiffUUID | globally unique identifier |
None. |
|
| DeviceID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUIDCur": "bc4c7137-62df-4956-960f-11c4e74a6dad",
"NotiffUUID": "f5321c28-f603-4888-ae02-e941e5d35e6c",
"DeviceID": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
App_GetOpenNotiff_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| ms | integer |
None. |
|
| NotiffUserUUID | globally unique identifier |
None. |
|
| NotiffText | string |
None. |
|
| NotiffTitle | string |
None. |
|
| NotiffDurationms | integer |
None. |
|
| NotiffDurationH | integer |
None. |
|
| ProductID | integer |
None. |
|
| ProductCategoryID | integer |
None. |
|
| FunCategoryID | integer |
None. |
|
| FunUUID | globally unique identifier |
None. |
|
| ChatUUID | globally unique identifier |
None. |
|
| GiftUUID | globally unique identifier |
None. |
|
| TaskReminderUUID | globally unique identifier |
None. |
|
| PhotoUUID | globally unique identifier |
None. |
|
| AudioUUID | globally unique identifier |
None. |
|
| PhotoUUIDFull | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"ms": 1,
"NotiffUserUUID": "9b47bc70-79ad-4cd1-b70e-0c453678c293",
"NotiffText": "sample string 2",
"NotiffTitle": "sample string 3",
"NotiffDurationms": 1,
"NotiffDurationH": 1,
"ProductID": 1,
"ProductCategoryID": 1,
"FunCategoryID": 1,
"FunUUID": "0fa02408-6244-490c-8214-2590007dddcf",
"ChatUUID": "53c9d489-fe74-40f1-9cf4-98e1f1e1ff58",
"GiftUUID": "ae33f975-c8eb-407d-a7bf-215f66431069",
"TaskReminderUUID": "57476287-ec8d-4e27-92b7-3bc427bfb287",
"PhotoUUID": "f3d8441d-b7f5-4117-b5ce-a6d9c9faff5d",
"AudioUUID": "e6e3a88b-4696-4cf3-a735-477bb6ac8e0c",
"PhotoUUIDFull": "711fea8c-724a-44a3-b2f2-537f113e7549",
"UserUUIDCur": "c65e7b4f-3315-4769-b935-4da91b0a4367"
}