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": "5add84ea-27c4-4952-8271-dc0f8e632b28",
"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": "cef322e1-51df-4c0f-a883-3d631638e1e6"
}
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": "f7edfe66-8e58-4d73-8b09-2fe36b80d748",
"UserUUID": "aba8ed35-61ed-464a-b327-dafa42f6f599",
"ContactID": "sample string 1",
"FBToken": "sample string 2",
"Name": "sample string 3",
"Phone": "sample string 4",
"PhotoURI": "sample string 5",
"ContactRecordID": 1,
"PhotoUUID": {},
"ChatRoomUUID": "b102121e-1f33-4442-88af-488c330f66e8",
"UserContactUUID": "88b9689a-f93b-410c-a869-938d5ab4f6aa",
"EntryTime": "2026-02-04T05:22:38.9111262+02:00",
"i": 7,
"UserUUIDCur": "d5c27001-51f1-47ea-b2b0-4c97e39c0a99"
},
{
"ContactUUID": "f7edfe66-8e58-4d73-8b09-2fe36b80d748",
"UserUUID": "aba8ed35-61ed-464a-b327-dafa42f6f599",
"ContactID": "sample string 1",
"FBToken": "sample string 2",
"Name": "sample string 3",
"Phone": "sample string 4",
"PhotoURI": "sample string 5",
"ContactRecordID": 1,
"PhotoUUID": {},
"ChatRoomUUID": "b102121e-1f33-4442-88af-488c330f66e8",
"UserContactUUID": "88b9689a-f93b-410c-a869-938d5ab4f6aa",
"EntryTime": "2026-02-04T05:22:38.9111262+02:00",
"i": 7,
"UserUUIDCur": "d5c27001-51f1-47ea-b2b0-4c97e39c0a99"
}
]