POST api/AppPersonal/AppGetChatContact
AppGetChatContact
Request Information
URI Parameters
None.
Body Parameters
_AppGetChatContact| Name | Description | Type | Additional information |
|---|---|---|---|
| ContactUUID | globally unique identifier |
None. |
|
| ContactID | integer |
None. |
|
| Seq | integer |
None. |
|
| Increment | integer |
None. |
|
| FBToken | string |
None. |
|
| ChatRoomUUID | string |
None. |
|
| Search | string |
None. |
|
| DeviceID | string |
None. |
|
| TelmoneIS | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ContactUUID": "ba3e18b1-023b-4f45-837b-e642ac1ca740",
"ContactID": 1,
"Seq": 1,
"Increment": 1,
"FBToken": "sample string 1",
"ChatRoomUUID": "sample string 2",
"Search": "sample string 3",
"DeviceID": "sample string 4",
"TelmoneIS": true,
"UserUUIDCur": "729f4e30-d9f0-4438-830c-24296c3eeec0"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ListContact| Name | Description | Type | Additional information |
|---|---|---|---|
| ContactUUID | globally unique identifier |
None. |
|
| UserUUID | globally unique identifier |
None. |
|
| ContactID | string |
None. |
|
| FBToken | string |
None. |
|
| Name | string |
None. |
|
| Phone | string |
None. |
|
| PhotoURI | string |
None. |
|
| ContactRecordID | integer |
None. |
|
| PhotoUUID | Object |
None. |
|
| ChatRoomUUID | globally unique identifier |
None. |
|
| UserContactUUID | globally unique identifier |
None. |
|
| EntryTime | date |
None. |
|
| i | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ContactUUID": "32779e73-96e6-4fdc-9300-f00bbcac771a",
"UserUUID": "4745cb00-6a75-44cd-bb44-ee454c9139a5",
"ContactID": "sample string 1",
"FBToken": "sample string 2",
"Name": "sample string 3",
"Phone": "sample string 4",
"PhotoURI": "sample string 5",
"ContactRecordID": 1,
"PhotoUUID": {},
"ChatRoomUUID": "859b43ba-4e1d-4cee-b38c-6bd8d0524956",
"UserContactUUID": "21d73613-cfe7-48d4-8e26-bf097d46dda0",
"EntryTime": "2025-11-17T10:16:05.3409189+02:00",
"i": 7,
"UserUUIDCur": "b87442b4-7271-43f7-9c4f-03e33564f3db"
},
{
"ContactUUID": "32779e73-96e6-4fdc-9300-f00bbcac771a",
"UserUUID": "4745cb00-6a75-44cd-bb44-ee454c9139a5",
"ContactID": "sample string 1",
"FBToken": "sample string 2",
"Name": "sample string 3",
"Phone": "sample string 4",
"PhotoURI": "sample string 5",
"ContactRecordID": 1,
"PhotoUUID": {},
"ChatRoomUUID": "859b43ba-4e1d-4cee-b38c-6bd8d0524956",
"UserContactUUID": "21d73613-cfe7-48d4-8e26-bf097d46dda0",
"EntryTime": "2025-11-17T10:16:05.3409189+02:00",
"i": 7,
"UserUUIDCur": "b87442b4-7271-43f7-9c4f-03e33564f3db"
}
]