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": "8555f5a0-a06f-4def-a4fc-1fd47352568d"
}
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": "a1b20be4-5576-4727-a22a-0e73f445db05",
"NotiffText": "sample string 2",
"NotiffTitle": "sample string 3",
"NotiffDurationms": 1,
"NotiffDurationH": 1,
"ProductID": 1,
"ProductCategoryID": 1,
"FunCategoryID": 1,
"FunUUID": "9a108d19-ab87-44f7-99d8-b72ccd50121c",
"ChatUUID": "84644deb-27b0-4cc0-9974-7902dfc6f4f1",
"GiftUUID": "390978ef-98a3-442e-8c39-043d1cd82dd8",
"TaskReminderUUID": "cfb33d7d-5509-409a-9382-f2ef31e76712",
"PhotoUUID": "998631cb-814c-42c7-857e-099636d1f297",
"AudioUUID": "10a60e5e-2c28-461d-8846-43aba8dbead7",
"PhotoUUIDFull": "da1488bb-9c75-410d-8221-93bd1fa9a818",
"UserUUIDCur": "9b5abb4f-89ab-4f15-b88f-54e66b82fdc7"
},
{
"ms": 1,
"NotiffUserUUID": "a1b20be4-5576-4727-a22a-0e73f445db05",
"NotiffText": "sample string 2",
"NotiffTitle": "sample string 3",
"NotiffDurationms": 1,
"NotiffDurationH": 1,
"ProductID": 1,
"ProductCategoryID": 1,
"FunCategoryID": 1,
"FunUUID": "9a108d19-ab87-44f7-99d8-b72ccd50121c",
"ChatUUID": "84644deb-27b0-4cc0-9974-7902dfc6f4f1",
"GiftUUID": "390978ef-98a3-442e-8c39-043d1cd82dd8",
"TaskReminderUUID": "cfb33d7d-5509-409a-9382-f2ef31e76712",
"PhotoUUID": "998631cb-814c-42c7-857e-099636d1f297",
"AudioUUID": "10a60e5e-2c28-461d-8846-43aba8dbead7",
"PhotoUUIDFull": "da1488bb-9c75-410d-8221-93bd1fa9a818",
"UserUUIDCur": "9b5abb4f-89ab-4f15-b88f-54e66b82fdc7"
}
]