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": "279f313b-285f-4bf6-8b07-a67af8a22981"
}
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": "6b44e239-d1d7-4246-bbbd-0602ceb1fb9a",
"NotiffText": "sample string 2",
"NotiffTitle": "sample string 3",
"NotiffDurationms": 1,
"NotiffDurationH": 1,
"ProductID": 1,
"ProductCategoryID": 1,
"FunCategoryID": 1,
"FunUUID": "6f34532e-5ce6-4ca1-97e5-0d0a3ac5389f",
"ChatUUID": "6b29dd15-de0d-40c7-a076-88aeb8f405a6",
"GiftUUID": "e895477f-9a40-40c2-9a83-7210ea4bb9ba",
"TaskReminderUUID": "b1cd183a-02c1-4f17-b41f-aac9507a93bf",
"PhotoUUID": "a88eec2e-1e48-4593-a0fc-dd965835b8e0",
"AudioUUID": "fbb3e331-23cc-45b3-b3f5-40af73bec195",
"PhotoUUIDFull": "2161e72f-40f4-4327-88f9-171977fdf5d6",
"UserUUIDCur": "f7d3e365-96a1-46e1-80ad-56cf61085874"
},
{
"ms": 1,
"NotiffUserUUID": "6b44e239-d1d7-4246-bbbd-0602ceb1fb9a",
"NotiffText": "sample string 2",
"NotiffTitle": "sample string 3",
"NotiffDurationms": 1,
"NotiffDurationH": 1,
"ProductID": 1,
"ProductCategoryID": 1,
"FunCategoryID": 1,
"FunUUID": "6f34532e-5ce6-4ca1-97e5-0d0a3ac5389f",
"ChatUUID": "6b29dd15-de0d-40c7-a076-88aeb8f405a6",
"GiftUUID": "e895477f-9a40-40c2-9a83-7210ea4bb9ba",
"TaskReminderUUID": "b1cd183a-02c1-4f17-b41f-aac9507a93bf",
"PhotoUUID": "a88eec2e-1e48-4593-a0fc-dd965835b8e0",
"AudioUUID": "fbb3e331-23cc-45b3-b3f5-40af73bec195",
"PhotoUUIDFull": "2161e72f-40f4-4327-88f9-171977fdf5d6",
"UserUUIDCur": "f7d3e365-96a1-46e1-80ad-56cf61085874"
}
]