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": "85a573b1-e3dc-4081-8fae-845f0f14d2c7"
}
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": "e11f3c2a-66a9-4c35-a7ce-ed0cb86ba777",
"NotiffText": "sample string 2",
"NotiffTitle": "sample string 3",
"NotiffDurationms": 1,
"NotiffDurationH": 1,
"ProductID": 1,
"ProductCategoryID": 1,
"FunCategoryID": 1,
"FunUUID": "c433d55a-be62-4f07-8143-d3b0f0ae12bb",
"ChatUUID": "3886abfc-93ae-49ca-be99-ffea3a9bb650",
"GiftUUID": "706a8e4f-08c6-41aa-817a-c9186c825568",
"TaskReminderUUID": "e51f7649-0232-45cb-afe2-ec6aaa503eca",
"PhotoUUID": "10eef99a-a37f-4ae7-891c-290ca1ea75d3",
"AudioUUID": "271ca096-683d-419c-9852-0a08e955c057",
"PhotoUUIDFull": "f74b8d40-780a-428c-a94a-923e1d55cd19",
"UserUUIDCur": "a2b7f408-c088-4092-b642-a506b5401af2"
},
{
"ms": 1,
"NotiffUserUUID": "e11f3c2a-66a9-4c35-a7ce-ed0cb86ba777",
"NotiffText": "sample string 2",
"NotiffTitle": "sample string 3",
"NotiffDurationms": 1,
"NotiffDurationH": 1,
"ProductID": 1,
"ProductCategoryID": 1,
"FunCategoryID": 1,
"FunUUID": "c433d55a-be62-4f07-8143-d3b0f0ae12bb",
"ChatUUID": "3886abfc-93ae-49ca-be99-ffea3a9bb650",
"GiftUUID": "706a8e4f-08c6-41aa-817a-c9186c825568",
"TaskReminderUUID": "e51f7649-0232-45cb-afe2-ec6aaa503eca",
"PhotoUUID": "10eef99a-a37f-4ae7-891c-290ca1ea75d3",
"AudioUUID": "271ca096-683d-419c-9852-0a08e955c057",
"PhotoUUIDFull": "f74b8d40-780a-428c-a94a-923e1d55cd19",
"UserUUIDCur": "a2b7f408-c088-4092-b642-a506b5401af2"
}
]