POST api/AppDefaultOnEntry/AppGetOpenNotiff
AppGetOpenNotiff
Request Information
URI Parameters
None.
Body Parameters
App_GetOpenProductName | Description | Type | Additional information |
---|---|---|---|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserUUIDCur": "0beaf7a5-5282-4a1f-b28c-10356b3825b4" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of App_GetOpenNotiff_ResponseName | 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": "cbb97338-4214-4964-9bee-18f64d59e2c3", "NotiffText": "sample string 2", "NotiffTitle": "sample string 3", "NotiffDurationms": 1, "NotiffDurationH": 1, "ProductID": 1, "ProductCategoryID": 1, "FunCategoryID": 1, "FunUUID": "133bf24b-3c6a-481f-896f-bc47ed5a7ff4", "ChatUUID": "04b67077-82be-4014-90d2-c5503e2bc759", "GiftUUID": "27f70834-d342-4f47-99d5-efe4f13ffd31", "TaskReminderUUID": "e9a96e6d-1927-435c-9b36-03ab19878b8b", "PhotoUUID": "19829e69-eccf-4b26-96f5-e49b919338d7", "AudioUUID": "02931007-36c1-41cd-aef3-954f853c1504", "PhotoUUIDFull": "8b242b32-079e-4600-a81e-6d3e9f664aee", "UserUUIDCur": "6815fa95-48af-4d92-9e8d-16719e7bb258" }, { "ms": 1, "NotiffUserUUID": "cbb97338-4214-4964-9bee-18f64d59e2c3", "NotiffText": "sample string 2", "NotiffTitle": "sample string 3", "NotiffDurationms": 1, "NotiffDurationH": 1, "ProductID": 1, "ProductCategoryID": 1, "FunCategoryID": 1, "FunUUID": "133bf24b-3c6a-481f-896f-bc47ed5a7ff4", "ChatUUID": "04b67077-82be-4014-90d2-c5503e2bc759", "GiftUUID": "27f70834-d342-4f47-99d5-efe4f13ffd31", "TaskReminderUUID": "e9a96e6d-1927-435c-9b36-03ab19878b8b", "PhotoUUID": "19829e69-eccf-4b26-96f5-e49b919338d7", "AudioUUID": "02931007-36c1-41cd-aef3-954f853c1504", "PhotoUUIDFull": "8b242b32-079e-4600-a81e-6d3e9f664aee", "UserUUIDCur": "6815fa95-48af-4d92-9e8d-16719e7bb258" } ]