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": "13b87aa2-fe64-48fb-8dff-072a6fc76b9d" }
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": "0099eb09-a955-4af4-866f-f8291ed44258", "NotiffText": "sample string 2", "NotiffTitle": "sample string 3", "NotiffDurationms": 1, "NotiffDurationH": 1, "ProductID": 1, "ProductCategoryID": 1, "FunCategoryID": 1, "FunUUID": "24282c33-004b-48e2-a6a3-9375c7150b76", "ChatUUID": "fb6be24c-3684-477a-b77e-6054b69b346b", "GiftUUID": "0da0dd1c-8551-4802-95a7-19437c73412e", "TaskReminderUUID": "54f87a6d-fc45-4d91-84a8-6594872e88cc", "PhotoUUID": "56a3260a-bedd-41e6-8f66-501b32238bec", "AudioUUID": "faa8cb24-ecb8-4862-bc41-18721ab31a68", "PhotoUUIDFull": "69e5422f-ce64-449f-a08c-e801dc9acf2b", "UserUUIDCur": "81fde4de-a32e-47dc-adfc-a0e72d7223d9" }, { "ms": 1, "NotiffUserUUID": "0099eb09-a955-4af4-866f-f8291ed44258", "NotiffText": "sample string 2", "NotiffTitle": "sample string 3", "NotiffDurationms": 1, "NotiffDurationH": 1, "ProductID": 1, "ProductCategoryID": 1, "FunCategoryID": 1, "FunUUID": "24282c33-004b-48e2-a6a3-9375c7150b76", "ChatUUID": "fb6be24c-3684-477a-b77e-6054b69b346b", "GiftUUID": "0da0dd1c-8551-4802-95a7-19437c73412e", "TaskReminderUUID": "54f87a6d-fc45-4d91-84a8-6594872e88cc", "PhotoUUID": "56a3260a-bedd-41e6-8f66-501b32238bec", "AudioUUID": "faa8cb24-ecb8-4862-bc41-18721ab31a68", "PhotoUUIDFull": "69e5422f-ce64-449f-a08c-e801dc9acf2b", "UserUUIDCur": "81fde4de-a32e-47dc-adfc-a0e72d7223d9" } ]