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": "bb091cc2-b68f-4600-8d47-805ce06e857b",
"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": "f463bdcc-d69a-4e0d-a15e-00611592fb66"
}
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": "369d81c3-9614-44d2-ad41-b0a846c74982",
"UserUUID": "31670428-6ecd-46b3-ae4e-bdbd50dadb6d",
"ContactID": "sample string 1",
"FBToken": "sample string 2",
"Name": "sample string 3",
"Phone": "sample string 4",
"PhotoURI": "sample string 5",
"ContactRecordID": 1,
"PhotoUUID": {},
"ChatRoomUUID": "28b47c44-c15f-4966-98a7-e4011b0e6018",
"UserContactUUID": "84e4ecb4-48e0-4fd9-92db-99a82f2e851b",
"EntryTime": "2026-08-05T03:59:51.3586633+03:00",
"i": 7,
"UserUUIDCur": "3a6de6cf-ac12-4012-8799-9787297cbc70"
},
{
"ContactUUID": "369d81c3-9614-44d2-ad41-b0a846c74982",
"UserUUID": "31670428-6ecd-46b3-ae4e-bdbd50dadb6d",
"ContactID": "sample string 1",
"FBToken": "sample string 2",
"Name": "sample string 3",
"Phone": "sample string 4",
"PhotoURI": "sample string 5",
"ContactRecordID": 1,
"PhotoUUID": {},
"ChatRoomUUID": "28b47c44-c15f-4966-98a7-e4011b0e6018",
"UserContactUUID": "84e4ecb4-48e0-4fd9-92db-99a82f2e851b",
"EntryTime": "2026-08-05T03:59:51.3586633+03:00",
"i": 7,
"UserUUIDCur": "3a6de6cf-ac12-4012-8799-9787297cbc70"
}
]