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": "6eb36c5d-8730-457d-8d83-80e8def292ed",
"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": "8ee29368-b9b0-456b-b96b-0dcb71c4f150"
}
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": "31d13f6e-d84d-4dfa-851a-dee174287098",
"UserUUID": "b5d32695-f70d-42dd-94b9-08dced99e6be",
"ContactID": "sample string 1",
"FBToken": "sample string 2",
"Name": "sample string 3",
"Phone": "sample string 4",
"PhotoURI": "sample string 5",
"ContactRecordID": 1,
"PhotoUUID": {},
"ChatRoomUUID": "fcf66427-3a40-4a17-be4f-0d727a241c86",
"UserContactUUID": "2848da69-b620-4bc1-ac21-791cacb6be29",
"EntryTime": "2026-03-21T23:37:02.2877199+02:00",
"i": 7,
"UserUUIDCur": "6edc4e50-0025-4b99-814c-631e6655f352"
},
{
"ContactUUID": "31d13f6e-d84d-4dfa-851a-dee174287098",
"UserUUID": "b5d32695-f70d-42dd-94b9-08dced99e6be",
"ContactID": "sample string 1",
"FBToken": "sample string 2",
"Name": "sample string 3",
"Phone": "sample string 4",
"PhotoURI": "sample string 5",
"ContactRecordID": 1,
"PhotoUUID": {},
"ChatRoomUUID": "fcf66427-3a40-4a17-be4f-0d727a241c86",
"UserContactUUID": "2848da69-b620-4bc1-ac21-791cacb6be29",
"EntryTime": "2026-03-21T23:37:02.2877199+02:00",
"i": 7,
"UserUUIDCur": "6edc4e50-0025-4b99-814c-631e6655f352"
}
]