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": "a981ba1a-da9a-4885-bcb7-5fbed6848521"
}
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": "d1a48b17-6cc8-464b-a667-12447f63b44a",
"NotiffText": "sample string 2",
"NotiffTitle": "sample string 3",
"NotiffDurationms": 1,
"NotiffDurationH": 1,
"ProductID": 1,
"ProductCategoryID": 1,
"FunCategoryID": 1,
"FunUUID": "39db1bb6-af40-4647-ab38-4c50c4bcab4f",
"ChatUUID": "46b15f90-9a92-4137-a516-5da73604db84",
"GiftUUID": "16d872ca-d744-4912-9f1c-cdf8302bf571",
"TaskReminderUUID": "7abe94d6-c7e5-47de-847b-54c64ec400f1",
"PhotoUUID": "31ce9389-29fd-4a24-b4b9-af4763efc7c1",
"AudioUUID": "fe57f4fc-0f36-4369-92d3-6f0cae2d6f7b",
"PhotoUUIDFull": "01523358-92ca-4fca-8862-ae507209fa9d",
"UserUUIDCur": "78ada71a-4ad2-46b9-8c3d-00c0de32a89d"
},
{
"ms": 1,
"NotiffUserUUID": "d1a48b17-6cc8-464b-a667-12447f63b44a",
"NotiffText": "sample string 2",
"NotiffTitle": "sample string 3",
"NotiffDurationms": 1,
"NotiffDurationH": 1,
"ProductID": 1,
"ProductCategoryID": 1,
"FunCategoryID": 1,
"FunUUID": "39db1bb6-af40-4647-ab38-4c50c4bcab4f",
"ChatUUID": "46b15f90-9a92-4137-a516-5da73604db84",
"GiftUUID": "16d872ca-d744-4912-9f1c-cdf8302bf571",
"TaskReminderUUID": "7abe94d6-c7e5-47de-847b-54c64ec400f1",
"PhotoUUID": "31ce9389-29fd-4a24-b4b9-af4763efc7c1",
"AudioUUID": "fe57f4fc-0f36-4369-92d3-6f0cae2d6f7b",
"PhotoUUIDFull": "01523358-92ca-4fca-8862-ae507209fa9d",
"UserUUIDCur": "78ada71a-4ad2-46b9-8c3d-00c0de32a89d"
}
]