POST api/AppChat/AppGetChatFileType
AppGetChatFileType
Request Information
URI Parameters
None.
Body Parameters
AppGetChatFileType| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUIDCur": "ae1f8b33-3cbb-4453-b2cf-d9ca724689a7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetChatFileType_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| FileTypeID | integer |
None. |
|
| FileExt | string |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"FileTypeID": 1,
"FileExt": "sample string 2",
"UserUUIDCur": "aa63bb2d-1029-4a36-9775-3c3f26ea4e74"
},
{
"FileTypeID": 1,
"FileExt": "sample string 2",
"UserUUIDCur": "aa63bb2d-1029-4a36-9775-3c3f26ea4e74"
}
]