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": "cefced39-b478-47b6-bd7d-7682be0ad363",
"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": "7a8818fe-972b-4da6-9ab7-4195f1347a58"
}
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": "42fdb416-a8c0-4fcc-b619-3efeb46d2d62",
"UserUUID": "95a5a5da-cacd-42bd-af90-8d3c6ddbf03e",
"ContactID": "sample string 1",
"FBToken": "sample string 2",
"Name": "sample string 3",
"Phone": "sample string 4",
"PhotoURI": "sample string 5",
"ContactRecordID": 1,
"PhotoUUID": {},
"ChatRoomUUID": "5b0bd6f1-dca5-446f-8c71-5a5b1ab874bf",
"UserContactUUID": "02106336-d192-40ec-950f-81c783bd40b2",
"EntryTime": "2026-05-06T10:33:27.962521+03:00",
"i": 7,
"UserUUIDCur": "1b93de5a-ff20-4eed-bd66-7a8994d19fa3"
},
{
"ContactUUID": "42fdb416-a8c0-4fcc-b619-3efeb46d2d62",
"UserUUID": "95a5a5da-cacd-42bd-af90-8d3c6ddbf03e",
"ContactID": "sample string 1",
"FBToken": "sample string 2",
"Name": "sample string 3",
"Phone": "sample string 4",
"PhotoURI": "sample string 5",
"ContactRecordID": 1,
"PhotoUUID": {},
"ChatRoomUUID": "5b0bd6f1-dca5-446f-8c71-5a5b1ab874bf",
"UserContactUUID": "02106336-d192-40ec-950f-81c783bd40b2",
"EntryTime": "2026-05-06T10:33:27.962521+03:00",
"i": 7,
"UserUUIDCur": "1b93de5a-ff20-4eed-bd66-7a8994d19fa3"
}
]