POST api/AppDefaultOnEntry/AppGetOpenNotiff
AppGetOpenNotiff
Request Information
URI Parameters
None.
Body Parameters
App_GetOpenProduct| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUIDCur": "7e7b2345-a0be-4802-ac3e-57c6a3130a4c"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of 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": "a1b0386a-2f86-4979-98c4-21fd5476600d",
"NotiffText": "sample string 2",
"NotiffTitle": "sample string 3",
"NotiffDurationms": 1,
"NotiffDurationH": 1,
"ProductID": 1,
"ProductCategoryID": 1,
"FunCategoryID": 1,
"FunUUID": "ddd98fbe-c2b9-4753-95e4-d8e9aae0a828",
"ChatUUID": "20d4efc0-9fc6-4550-ace1-34363fe5c1c4",
"GiftUUID": "2b788f4e-e14f-4832-9cf2-f0b07d5b0df6",
"TaskReminderUUID": "a29828bc-594f-46df-966c-5885ce2edfe8",
"PhotoUUID": "97abc7f1-1e23-4b95-8d88-2186139f518e",
"AudioUUID": "ea81db01-505c-4904-8430-b6b787172b25",
"PhotoUUIDFull": "8d74eb3f-ef15-489f-bb89-b2402cb53f00",
"UserUUIDCur": "c2e12841-b6a3-46b2-b46b-2cbfe5531069"
},
{
"ms": 1,
"NotiffUserUUID": "a1b0386a-2f86-4979-98c4-21fd5476600d",
"NotiffText": "sample string 2",
"NotiffTitle": "sample string 3",
"NotiffDurationms": 1,
"NotiffDurationH": 1,
"ProductID": 1,
"ProductCategoryID": 1,
"FunCategoryID": 1,
"FunUUID": "ddd98fbe-c2b9-4753-95e4-d8e9aae0a828",
"ChatUUID": "20d4efc0-9fc6-4550-ace1-34363fe5c1c4",
"GiftUUID": "2b788f4e-e14f-4832-9cf2-f0b07d5b0df6",
"TaskReminderUUID": "a29828bc-594f-46df-966c-5885ce2edfe8",
"PhotoUUID": "97abc7f1-1e23-4b95-8d88-2186139f518e",
"AudioUUID": "ea81db01-505c-4904-8430-b6b787172b25",
"PhotoUUIDFull": "8d74eb3f-ef15-489f-bb89-b2402cb53f00",
"UserUUIDCur": "c2e12841-b6a3-46b2-b46b-2cbfe5531069"
}
]