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": "3aa6132c-6abe-457f-959a-2e14b7e71d32" }
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": "5b2c249a-10b1-4005-b7af-b5db7cf9752c", "NotiffText": "sample string 2", "NotiffTitle": "sample string 3", "NotiffDurationms": 1, "NotiffDurationH": 1, "ProductID": 1, "ProductCategoryID": 1, "FunCategoryID": 1, "FunUUID": "a33fa1f6-d776-458c-805b-fa5efee8a59d", "ChatUUID": "2660ef38-c2c1-439b-9a11-268793ce3f4c", "GiftUUID": "79a355c8-fa3c-45e0-b079-405ec0455ff4", "TaskReminderUUID": "69678d8b-e8ce-4648-b4b3-65eb5a712f0b", "PhotoUUID": "5e127b7d-d5bc-4e3d-a49e-2c1def8bc644", "AudioUUID": "f6b31c93-25e4-4c73-a80d-86db6642e334", "PhotoUUIDFull": "5b25396c-c427-4fda-83f0-c09977967f53", "UserUUIDCur": "45e440c5-38fd-413a-9636-50bb9579d7cb" }, { "ms": 1, "NotiffUserUUID": "5b2c249a-10b1-4005-b7af-b5db7cf9752c", "NotiffText": "sample string 2", "NotiffTitle": "sample string 3", "NotiffDurationms": 1, "NotiffDurationH": 1, "ProductID": 1, "ProductCategoryID": 1, "FunCategoryID": 1, "FunUUID": "a33fa1f6-d776-458c-805b-fa5efee8a59d", "ChatUUID": "2660ef38-c2c1-439b-9a11-268793ce3f4c", "GiftUUID": "79a355c8-fa3c-45e0-b079-405ec0455ff4", "TaskReminderUUID": "69678d8b-e8ce-4648-b4b3-65eb5a712f0b", "PhotoUUID": "5e127b7d-d5bc-4e3d-a49e-2c1def8bc644", "AudioUUID": "f6b31c93-25e4-4c73-a80d-86db6642e334", "PhotoUUIDFull": "5b25396c-c427-4fda-83f0-c09977967f53", "UserUUIDCur": "45e440c5-38fd-413a-9636-50bb9579d7cb" } ]