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": "facbfb18-f4c0-4982-8942-4fd06c1e6472"
}
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": "767d395b-4862-41c5-a877-fd3482035992",
"NotiffText": "sample string 2",
"NotiffTitle": "sample string 3",
"NotiffDurationms": 1,
"NotiffDurationH": 1,
"ProductID": 1,
"ProductCategoryID": 1,
"FunCategoryID": 1,
"FunUUID": "49ecac62-c113-4409-a260-1b941b79a874",
"ChatUUID": "052cd8a6-5e68-4060-9ebc-620e5b52041b",
"GiftUUID": "98dd215d-a233-48c7-9bdc-1f47f76d8bd1",
"TaskReminderUUID": "5b404ec7-2b3a-4d29-a881-f1e76688f113",
"PhotoUUID": "10e2e10c-3b59-4dbd-b92b-7c70b48b219d",
"AudioUUID": "cd1f51f0-7ab4-4c5c-be3b-cee1f90b126b",
"PhotoUUIDFull": "dbf6d52c-4d2a-43b1-9575-0838b35f838e",
"UserUUIDCur": "7f98d86b-8e08-4f22-bc53-eec330099496"
},
{
"ms": 1,
"NotiffUserUUID": "767d395b-4862-41c5-a877-fd3482035992",
"NotiffText": "sample string 2",
"NotiffTitle": "sample string 3",
"NotiffDurationms": 1,
"NotiffDurationH": 1,
"ProductID": 1,
"ProductCategoryID": 1,
"FunCategoryID": 1,
"FunUUID": "49ecac62-c113-4409-a260-1b941b79a874",
"ChatUUID": "052cd8a6-5e68-4060-9ebc-620e5b52041b",
"GiftUUID": "98dd215d-a233-48c7-9bdc-1f47f76d8bd1",
"TaskReminderUUID": "5b404ec7-2b3a-4d29-a881-f1e76688f113",
"PhotoUUID": "10e2e10c-3b59-4dbd-b92b-7c70b48b219d",
"AudioUUID": "cd1f51f0-7ab4-4c5c-be3b-cee1f90b126b",
"PhotoUUIDFull": "dbf6d52c-4d2a-43b1-9575-0838b35f838e",
"UserUUIDCur": "7f98d86b-8e08-4f22-bc53-eec330099496"
}
]