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": "b95c41f5-1bce-4cec-a354-7718ea0d47a3",
"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": "07558909-1f0b-41cc-a8d0-d8fb73a3096a"
}
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": "ead0c572-0d5c-4bf2-bf84-d08519f792b0",
"UserUUID": "5ce48de3-599c-44fd-82f2-758475357762",
"ContactID": "sample string 1",
"FBToken": "sample string 2",
"Name": "sample string 3",
"Phone": "sample string 4",
"PhotoURI": "sample string 5",
"ContactRecordID": 1,
"PhotoUUID": {},
"ChatRoomUUID": "bdba2b4b-829a-4f53-a882-54defa6dc58c",
"UserContactUUID": "5fee0470-1f70-45b3-8af2-f864b5ade2dd",
"EntryTime": "2026-06-20T22:41:26.7352704+03:00",
"i": 7,
"UserUUIDCur": "b20ceb7e-08bf-490b-8f08-f6223b1dd312"
},
{
"ContactUUID": "ead0c572-0d5c-4bf2-bf84-d08519f792b0",
"UserUUID": "5ce48de3-599c-44fd-82f2-758475357762",
"ContactID": "sample string 1",
"FBToken": "sample string 2",
"Name": "sample string 3",
"Phone": "sample string 4",
"PhotoURI": "sample string 5",
"ContactRecordID": 1,
"PhotoUUID": {},
"ChatRoomUUID": "bdba2b4b-829a-4f53-a882-54defa6dc58c",
"UserContactUUID": "5fee0470-1f70-45b3-8af2-f864b5ade2dd",
"EntryTime": "2026-06-20T22:41:26.7352704+03:00",
"i": 7,
"UserUUIDCur": "b20ceb7e-08bf-490b-8f08-f6223b1dd312"
}
]