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": "81b0b139-18d3-4444-b519-3215a91bb8d4"
}
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": "14ae4306-b225-42d3-a152-5ec2c05d162e"
},
{
"FileTypeID": 1,
"FileExt": "sample string 2",
"UserUUIDCur": "14ae4306-b225-42d3-a152-5ec2c05d162e"
}
]