POST api/AppChat/AppGetChatFileType

AppGetChatFileType

Request Information

URI Parameters

None.

Body Parameters

AppGetChatFileType
NameDescriptionTypeAdditional information
UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "UserUUIDCur": "73eb3065-8a62-4a00-ad20-b9e23241818d"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of AppGetChatFileType_Response
NameDescriptionTypeAdditional 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": "d32c9782-332a-401a-9e63-42def326df5b"
  },
  {
    "FileTypeID": 1,
    "FileExt": "sample string 2",
    "UserUUIDCur": "d32c9782-332a-401a-9e63-42def326df5b"
  }
]