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": "52fcf2ba-7104-4885-8b1b-4854755b4f5d",
"NotiffUUID": "f0ff5c5d-125f-4970-a768-c4caa2a02957",
"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": "12e821cb-4852-46d2-a7f6-527dc7b63351",
"NotiffText": "sample string 2",
"NotiffTitle": "sample string 3",
"NotiffDurationms": 1,
"NotiffDurationH": 1,
"ProductID": 1,
"ProductCategoryID": 1,
"FunCategoryID": 1,
"FunUUID": "8dca6e63-8d61-4503-823b-4606ffad75df",
"ChatUUID": "dacb3f0a-c91c-43da-9659-f02b2afbf26c",
"GiftUUID": "771b7c51-be08-4e0d-b00b-e73ccb588f76",
"TaskReminderUUID": "4283263f-d1b9-4220-a175-2cf58fa6a5d1",
"PhotoUUID": "2ee61b46-634a-4959-837b-16706f38a762",
"AudioUUID": "194dd4cb-f416-401e-a6b4-0ddd0b2fb467",
"PhotoUUIDFull": "0e88a845-cdd1-433c-ae6c-2e12b214c119",
"UserUUIDCur": "3e56ac65-7c35-4627-a70f-7918904c8fb7"
}