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": "3268222d-acfc-4bad-8667-2a40a7b9e952" }
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": "f46abc36-2c81-40b1-afa9-86e0857e13de", "NotiffText": "sample string 2", "NotiffTitle": "sample string 3", "NotiffDurationms": 1, "NotiffDurationH": 1, "ProductID": 1, "ProductCategoryID": 1, "FunCategoryID": 1, "FunUUID": "a4738a65-c7ce-4660-aca5-8aaa9118fda9", "ChatUUID": "128b16a5-7756-49a0-8d67-cb5ec0f9ae7f", "GiftUUID": "2f418e93-c876-4521-be69-8ef8aa5f7e2a", "TaskReminderUUID": "99303472-119f-46aa-b725-1dda3e70622e", "PhotoUUID": "38c2b901-411b-496a-90d8-52addaf13ef3", "AudioUUID": "7b7269b9-f6e9-426b-8b21-efb9de4f91ed", "PhotoUUIDFull": "3575febf-d6c3-4a44-b7a6-f5b7a695c2d5", "UserUUIDCur": "c0e1089b-5455-4d2e-9a31-66bc983bcba9" }, { "ms": 1, "NotiffUserUUID": "f46abc36-2c81-40b1-afa9-86e0857e13de", "NotiffText": "sample string 2", "NotiffTitle": "sample string 3", "NotiffDurationms": 1, "NotiffDurationH": 1, "ProductID": 1, "ProductCategoryID": 1, "FunCategoryID": 1, "FunUUID": "a4738a65-c7ce-4660-aca5-8aaa9118fda9", "ChatUUID": "128b16a5-7756-49a0-8d67-cb5ec0f9ae7f", "GiftUUID": "2f418e93-c876-4521-be69-8ef8aa5f7e2a", "TaskReminderUUID": "99303472-119f-46aa-b725-1dda3e70622e", "PhotoUUID": "38c2b901-411b-496a-90d8-52addaf13ef3", "AudioUUID": "7b7269b9-f6e9-426b-8b21-efb9de4f91ed", "PhotoUUIDFull": "3575febf-d6c3-4a44-b7a6-f5b7a695c2d5", "UserUUIDCur": "c0e1089b-5455-4d2e-9a31-66bc983bcba9" } ]