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": "46fc9e47-f60a-43ed-8bbe-6b2cf28dd6ab",
"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": "e5e3ff87-1177-470b-911e-bf3c8cc5876f"
}
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": "9d0f6580-e8c6-49e4-9f51-1ed7593a6897",
"UserUUID": "10a085b2-e791-4bb8-950b-154e533bda02",
"ContactID": "sample string 1",
"FBToken": "sample string 2",
"Name": "sample string 3",
"Phone": "sample string 4",
"PhotoURI": "sample string 5",
"ContactRecordID": 1,
"PhotoUUID": {},
"ChatRoomUUID": "0160bd75-1a8d-4f3b-aa10-779b311b278e",
"UserContactUUID": "93743041-7fcb-40c0-b676-abd75d2adfda",
"EntryTime": "2026-09-19T13:11:20.4506481+03:00",
"i": 7,
"UserUUIDCur": "ea72c7fe-4986-4e26-b638-a1b531ed35cd"
},
{
"ContactUUID": "9d0f6580-e8c6-49e4-9f51-1ed7593a6897",
"UserUUID": "10a085b2-e791-4bb8-950b-154e533bda02",
"ContactID": "sample string 1",
"FBToken": "sample string 2",
"Name": "sample string 3",
"Phone": "sample string 4",
"PhotoURI": "sample string 5",
"ContactRecordID": 1,
"PhotoUUID": {},
"ChatRoomUUID": "0160bd75-1a8d-4f3b-aa10-779b311b278e",
"UserContactUUID": "93743041-7fcb-40c0-b676-abd75d2adfda",
"EntryTime": "2026-09-19T13:11:20.4506481+03:00",
"i": 7,
"UserUUIDCur": "ea72c7fe-4986-4e26-b638-a1b531ed35cd"
}
]