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": "5d0ad1f5-d78c-45f6-82bb-b0ac171167a3"
}
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": "22a83c82-c662-4393-a914-462d51e26cca",
"NotiffText": "sample string 2",
"NotiffTitle": "sample string 3",
"NotiffDurationms": 1,
"NotiffDurationH": 1,
"ProductID": 1,
"ProductCategoryID": 1,
"FunCategoryID": 1,
"FunUUID": "a717119b-3d4a-453b-b21c-8617c7b52ccb",
"ChatUUID": "5f7a5e16-6e95-4b9d-aca6-0b8590618d31",
"GiftUUID": "9a36cf11-3ac3-42bd-8012-3d4a4aaee8b4",
"TaskReminderUUID": "b1a9b1a6-e0dc-4bce-81a4-91c30f89f891",
"PhotoUUID": "5450b398-f81d-48cc-8c4f-a893e03b52fe",
"AudioUUID": "bf8b0c60-b7c2-4d36-9e7c-3db26571de72",
"PhotoUUIDFull": "5b33136c-b49b-4ff7-8085-29edea3cfe5b",
"UserUUIDCur": "6de771e1-6760-44d0-90dd-bda28e9a3e70"
},
{
"ms": 1,
"NotiffUserUUID": "22a83c82-c662-4393-a914-462d51e26cca",
"NotiffText": "sample string 2",
"NotiffTitle": "sample string 3",
"NotiffDurationms": 1,
"NotiffDurationH": 1,
"ProductID": 1,
"ProductCategoryID": 1,
"FunCategoryID": 1,
"FunUUID": "a717119b-3d4a-453b-b21c-8617c7b52ccb",
"ChatUUID": "5f7a5e16-6e95-4b9d-aca6-0b8590618d31",
"GiftUUID": "9a36cf11-3ac3-42bd-8012-3d4a4aaee8b4",
"TaskReminderUUID": "b1a9b1a6-e0dc-4bce-81a4-91c30f89f891",
"PhotoUUID": "5450b398-f81d-48cc-8c4f-a893e03b52fe",
"AudioUUID": "bf8b0c60-b7c2-4d36-9e7c-3db26571de72",
"PhotoUUIDFull": "5b33136c-b49b-4ff7-8085-29edea3cfe5b",
"UserUUIDCur": "6de771e1-6760-44d0-90dd-bda28e9a3e70"
}
]